Cog-Creators / Red-DiscordBot

A multi-function Discord bot
https://docs.discord.red
GNU General Public License v3.0
4.76k stars 2.3k forks source link

Fix an issue with autocomplete in ignored channels/servers #6375

Closed TrustyJAID closed 5 months ago

TrustyJAID commented 5 months ago

Description of the changes

Resolves #6374 by replacing the text response on an autocomplete interaction with choices stating why the command won't function properly

Have the changes in this PR been tested?

Yes

image

Flame442 commented 5 months ago

Does this also need to be added for the whitelist/blacklist? Does it make more sense to not use interaction_check to block in cases where it is just for autocomplete, not for a full command?