ShockZone
DIAdiscord.js - Imagine an app
•Created by ShockZone on 8/14/2024 in #djs-questions
String Collectors not Collecting?
Thanks for explaining this - still pretty new to JS. So techincally I could String(ticketTypeSelection.values[0]) and get what I'm looking for?
23 replies
DIAdiscord.js - Imagine an app
•Created by ShockZone on 8/14/2024 in #djs-questions
String Collectors not Collecting?
23 replies
DIAdiscord.js - Imagine an app
•Created by ShockZone on 8/14/2024 in #djs-questions
String Collectors not Collecting?
23 replies
DIAdiscord.js - Imagine an app
•Created by ShockZone on 8/14/2024 in #djs-questions
String Collectors not Collecting?
Followup question... What does this do to execution? The next line is an
if
that isn't executing. I even threw in an else
whose only action is console.log('If failed')
Naturally I'm getting If failed
23 replies
DIAdiscord.js - Imagine an app
•Created by ShockZone on 8/14/2024 in #djs-questions
String Collectors not Collecting?
Thank you
23 replies
DIAdiscord.js - Imagine an app
•Created by ShockZone on 8/14/2024 in #djs-questions
String Collectors not Collecting?
I guess I meant the .on('collect') bit. The response I'm now getting is an obejct, and I can pull the .values from it and keep executing
23 replies
DIAdiscord.js - Imagine an app
•Created by ShockZone on 8/14/2024 in #djs-questions
String Collectors not Collecting?
Ah, so that basically removes the need for a collector using awaitMessageComponent
23 replies
DIAdiscord.js - Imagine an app
•Created by ShockZone on 8/14/2024 in #djs-questions
String Collectors not Collecting?
is that in here?
23 replies
DIAdiscord.js - Imagine an app
•Created by ShockZone on 8/14/2024 in #djs-questions
String Collectors not Collecting?
Explain it like I know nothing?
23 replies
DIAdiscord.js - Imagine an app
•Created by ShockZone on 8/14/2024 in #djs-questions
String Collectors not Collecting?
The console logs run all the way through "Waiting for user input - ticket type", but have zero interest in actually running the collector on list selection. Even more interesting (for me), is that I'm collecting the 'material' choice
23 replies
DIAdiscord.js - Imagine an app
•Created by ShockZone on 8/14/2024 in #djs-questions
String Collectors not Collecting?
23 replies