Replies: 2 comments
-
If you log the full channel, what data matches? (if possible share the log, and what you'd expect it to be) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello, I realized my error: I thought interaction.channel was referring to the vocal channel I, the user, am currently in. But now I realize it's the channel where I write the slash command. Thanks anyway for answering my message! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Hello,
I am not able to make my bot come to the channel where I am. The channel id it's supposed to join is 1106313668150444187, but in interaction.channelId is 1106313668150444186. What is happening? Here is my Slash command code:
What I get from console.log is:
Here is also my index.js:
and interactionCreate.js:
I also have the same deploy-commands.js as in the tutorial.
To Reproduce
Screenshots
No response
Device (please complete the following information)
OS: linux ubuntu
Additional notes
No response
Beta Was this translation helpful? Give feedback.
All reactions