Fixed 'hello' command description
This commit is contained in:
parent
bd631ad61a
commit
87f4e40cce
@ -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!')
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user