Replies: 1 comment 3 replies
-
The "be in channel for commands to work" requirement only applies to prefix (text/"old-style") commands, as they scan incoming text messages to detect command invocations (and if the bot is not in a channel, discord doesn't send the bot any notifications about messages in that channel). Application commands (including slash ones) do not have this limitation as they are registered per-guild, and therefore are available guild-wide. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I couldn't figure out how disnake works with slash or is discord weirding out here, but it's not clear to me how slash commands can work where the bot doesn't actually exist, is there any solution for this? I wouldn't want to be stuck with channel ids, because that's not a solution when there are 100 text channels on the server.
In the arguments for slash, I unfortunately found nothing clear to me.
Beta Was this translation helpful? Give feedback.
All reactions