From 34151d7195099121d336af2bcd75f8233d87a6f0 Mon Sep 17 00:00:00 2001 From: Charlie Date: Mon, 19 Jan 2026 22:05:22 +1300 Subject: [PATCH] fix --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 702d3ac..0f168a1 100644 --- a/bot.py +++ b/bot.py @@ -123,7 +123,7 @@ async def on_message(message): await bot.process_commands(message) # Commands -@bot.command(name='help') +@bot.command(name='bothelp') async def help_command(ctx): embed = discord.Embed( title='🤖 Bot Commands',