diff --git a/discord_bot.py b/discord_bot.py index b3e0eb9..7f6ff6b 100644 --- a/discord_bot.py +++ b/discord_bot.py @@ -24,7 +24,7 @@ async def on_ready(): print(f'Failed to sync commands: {e}') -@bot.tree.command(name='hello', description='Replies with Hello World!') +@bot.tree.command(name='hello', description='Screams at you!') async def hello_command(interaction: discord.Interaction): await interaction.response.send_message('AAAAAAAAAAAAAAAAAAAAA!')