This commit is contained in:
Charlie 2026-01-19 22:05:22 +13:00
parent 4a06ff27c0
commit 34151d7195

2
bot.py
View file

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