mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 10:17:59 -05:00
Reserves command names (#2977)
* Reserves command names - Currently, only reserving ``cancel`` - This should only impact matching command qualified names - This also checks aliases - This makes cc and alias use the new module constant with info about this - Module constant is available for use by 3rd party cogs which may dynamically create responses. * Change misleading var name * style * Thanks Flame! * Handles issues with CC
This commit is contained in:
1
changelog.d/2973.breaking.rst
Normal file
1
changelog.d/2973.breaking.rst
Normal file
@@ -0,0 +1 @@
|
||||
Reserves some command names for internal Red use. These are available programatically as ``redbot.core.commands.RESERVED_COMMAND_NAMES``
|
||||
Reference in New Issue
Block a user