Help with ticket bot

Need someone who programs in js. I have a problem with the ticket panel and select menu. I would like the tickets after selecting the appropriate category from the select menu to create on the appropriate channel.
11 Replies
d.js toolkit
d.js toolkit2mo ago
- What's your exact discord.js npm list discord.js and node node -v version? - Not a discord.js issue? Check out #other-js-ts. - Consider reading #how-to-get-help to improve your question! - Explain what exactly your issue is. - Post the full error stack trace, not just the top part! - Show your code! - Issue solved? Press the button!
Amgelo
Amgelo2mo ago
this is for questions with djs itself, what part specifically are you struggling to do with djs?
esdoka.
esdoka.OP2mo ago
djs itself
d.js docs
d.js docs2mo ago
:guide: Message Components: Component interactions - Component collectors In the collect event, each interaction is a StringSelectMenuInteractionopen in new window thanks to the componentType: ComponentType.StringSelect option provided to the collector (and because that was the only type of component in the message). The selected value(s) are available via the in new... read more
monbrey
monbrey2mo ago
You can use this to collect the information from a select menu You will need to store that somewhere so that your ticket command knows what channel to use
esdoka.
esdoka.OP2mo ago
@ʎǝɹquoɯ Thank you for help ❤️ @ʎǝɹquoɯ Could you still help?
monbrey
monbrey2mo ago
with what?
esdoka.
esdoka.OP2mo ago
Bot fails to remember panels after reboot despite panels.json database
monbrey
monbrey2mo ago
json is not a database Not sure I can help you with that since it has nothing to do with discord.js
esdoka.
esdoka.OP2mo ago
Sequelize?
monbrey
monbrey2mo ago
also no

Did you find this page helpful?