Adjust help for groups command
This commit is contained in:
2
bot.py
2
bot.py
@@ -354,7 +354,7 @@ async def group_command(ctx: commands.Context, subcommand: Optional[str], arg: O
|
||||
await ctx.send("Access denied!")
|
||||
return
|
||||
if subcommand is None:
|
||||
await ctx.send("Available commands: `list`, `create`, `archive`")
|
||||
await ctx.send("Available commands: `list`, `create <group> <members>`, `archive <group>`, `delete <group>`")
|
||||
return
|
||||
|
||||
guild: discord.Guild = ctx.guild
|
||||
|
||||
Reference in New Issue
Block a user