We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b673483 commit d66d55cCopy full SHA for d66d55c
discord_slash/client.py
@@ -169,7 +169,7 @@ async def register_all_commands(self):
169
170
async def remove_all_commands(self):
171
"""
172
- Remove all slash commands except subcommands to Discord API.
+ Remove all slash commands.
173
174
175
await self.remove_all_commands_in('global')
@@ -181,7 +181,7 @@ async def remove_all_commands(self):
181
182
async def remove_all_commands_in(self, area):
183
184
- Remove all slash commands in area except subcommands to Discord API.
+ Remove all slash commands in area.
185
186
:param area: 'global' or guild ID where removing all commands.
187
:type area: Union[str, int]
0 commit comments