-
Because I am changing my bot to slash commands, I changed the context in normal text commands for How can I achieve this? |
Beta Was this translation helpful? Give feedback.
Answered by
benz206
Jan 10, 2023
Replies: 1 comment 2 replies
-
The object You can view the documentation here. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
nico-qwer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The object
discord.Interaction
does have an attribute called channel, you just can't call it directly without instantiating an object...You can view the documentation here.
It should also be noted that this could be
None
.