Panel command doesn't create the channel
My panel command creates the panel but doesn't allow anyone to open a ticket when clicking on the button
The console gives no error and it does ot create the channel
code: https://sourceb.in/wriudpL9HD
32 Replies
- 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!Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
If you are waiting for button or select menu input from a specific message, don't create the collector on the channel.
- Channel collectors return component interactions for any component within that channel.
It logs now, i'll reply tomorrow
It logs an error now
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
Here
Should I send the code?
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
here
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
Sure
Intents: Guilds and DirectMessage, I'm logging each thing
I just realized I didn't have to log each things but variables
lmao
a few mins and done
this is what it is logging
panel channel, category, staff role and log channel
Updated Code:
Here's the problem explained better:
I have a tickets panel command, code: https://sourceb.in/bLpyD3JMXK
When an user clicks on the button it returns an error (screenshot)
Here's the ticketchannell, category, support team and log channel it console.log: https://sourceb.in/3bgOL1CbE9
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
oh
do I need to use the ID of the role?
no problem 🙂
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
yeah, it is
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
yep, it's required
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
yeah
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
oh
LMAO
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
sorry
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
thanks for your help 🙂
$close