Skip to content

Commit d66d55c

Browse files
committed
Fix comments
1 parent b673483 commit d66d55c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

discord_slash/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ async def register_all_commands(self):
169169

170170
async def remove_all_commands(self):
171171
"""
172-
Remove all slash commands except subcommands to Discord API.
172+
Remove all slash commands.
173173
"""
174174

175175
await self.remove_all_commands_in('global')
@@ -181,7 +181,7 @@ async def remove_all_commands(self):
181181

182182
async def remove_all_commands_in(self, area):
183183
"""
184-
Remove all slash commands in area except subcommands to Discord API.
184+
Remove all slash commands in area.
185185
186186
:param area: 'global' or guild ID where removing all commands.
187187
:type area: Union[str, int]

0 commit comments

Comments
 (0)