Skip to content

Commit

Permalink
Add description to /stats
Browse files Browse the repository at this point in the history
  • Loading branch information
raccube committed Sep 3, 2024
1 parent b2cc568 commit f7870b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sr/discord_bot/commands/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ def __eq__(self, comp: object) -> bool:
@app_commands.guild_only()
@app_commands.default_permissions()
class Stats(app_commands.Group):
pass
def __init__(self) -> None:
super().__init__(description="Posts team member statistics")


@app_commands.command(name='post') # type:ignore[arg-type]
Expand Down

0 comments on commit f7870b0

Please sign in to comment.