Skip to content

Commit 2de32af

Browse files
committed
add small comment
1 parent 5d99722 commit 2de32af

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cogs/admin.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,10 @@ async def unregister(self, interaction: discord.Interaction, username: str) -> N
142142
# f'Set the logging channel to "{game.value}"', ephemeral=True
143143
# )
144144

145-
@group.command(name="mode", description="Change the mode to track")
146-
@app_commands.describe(mode="Name of the mode")
145+
@group.command(
146+
name="mode", description="Change the mode to track (defaults to redsec)"
147+
)
148+
@app_commands.describe(mode="Name of the mode (defaults to redsec)")
147149
@app_commands.guild_only()
148150
@app_commands.default_permissions(administrator=True)
149151
@app_commands.checks.has_permissions(administrator=True)

0 commit comments

Comments
 (0)