From 56831dcc69ea667474540e12de101dabe3fbf15c Mon Sep 17 00:00:00 2001 From: Siphalor Date: Fri, 12 Mar 2021 14:44:41 +0100 Subject: [PATCH] Adjust help for groups command --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index d2f1ef8..984e336 100644 --- a/bot.py +++ b/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 `, `archive `, `delete `") return guild: discord.Guild = ctx.guild