Skip to content

Commit

Permalink
Update poketwo_administration.py
Browse files Browse the repository at this point in the history
  • Loading branch information
WitherredAway authored Oct 31, 2024
1 parent d1badbd commit 65aedf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/poketwo_administration.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def logs_embed(self, user: discord.User, target: str, title: str, description: s

return embed

@commands.hybrid_group(aliases=["manage", "management"])
@commands.hybrid_group(aliases=["manage", "management"], invoke_without_command=True)
@commands.check_any(checks.is_server_manager(), checks.is_bot_manager())
async def manager(self, ctx):
"""Management commands
Expand Down

0 comments on commit 65aedf9

Please sign in to comment.