fix
This commit is contained in:
parent
4a06ff27c0
commit
34151d7195
1 changed files with 1 additions and 1 deletions
2
bot.py
2
bot.py
|
|
@ -123,7 +123,7 @@ async def on_message(message):
|
||||||
await bot.process_commands(message)
|
await bot.process_commands(message)
|
||||||
|
|
||||||
# Commands
|
# Commands
|
||||||
@bot.command(name='help')
|
@bot.command(name='bothelp')
|
||||||
async def help_command(ctx):
|
async def help_command(ctx):
|
||||||
embed = discord.Embed(
|
embed = discord.Embed(
|
||||||
title='🤖 Bot Commands',
|
title='🤖 Bot Commands',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue