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',