Connection to channel is undefined #8608
-
The error displayed is: Cannot read properties of undefined (reading 'send') The clientId variable is correct. |
Beta Was this translation helpful? Give feedback.
Answered by
almostSouji
Sep 7, 2022
Replies: 2 comments 1 reply
-
Then that channel is not in that client's cache (would suggest you have no bot on that server - just slash application is not enough in that case, probably prefer a webhook) at the time this executes at. Which further boils down to: probably not the right ID, or bot for that channel |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Jiralite
This comment has been hidden.
This comment has been hidden.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Then that channel is not in that client's cache (would suggest you have no bot on that server - just slash application is not enough in that case, probably prefer a webhook) at the time this executes at.
Which further boils down to: probably not the right ID, or bot for that channel