Skip to content

Commit

Permalink
Remove unused indents
Browse files Browse the repository at this point in the history
  • Loading branch information
Middledot authored Aug 30, 2021
1 parent 77ed7fd commit 62bed68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def wrap(func: Callable) -> SlashCommand:
return command

return wrap

def command_group(self, name, description, guild_ids=None):
group = SubCommandGroup(name, description, guild_ids)
self.add_application_command(group)
Expand Down

0 comments on commit 62bed68

Please sign in to comment.