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