Fixed 'hello' command description

This commit is contained in:
T-BENZIN 2025-06-28 12:05:08 +05:00
parent bd631ad61a
commit 87f4e40cce

View File

@ -24,7 +24,7 @@ async def on_ready():
print(f'Failed to sync commands: {e}') 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): async def hello_command(interaction: discord.Interaction):
await interaction.response.send_message('AAAAAAAAAAAAAAAAAAAAA!') await interaction.response.send_message('AAAAAAAAAAAAAAAAAAAAA!')