diff --git a/Bot/bot.py b/Bot/bot.py index 037f724..246d8e2 100644 --- a/Bot/bot.py +++ b/Bot/bot.py @@ -129,7 +129,7 @@ class TheGuardiansBot(discord.Client): helpEmbed.set_footer(text='Bot made by ElBe for The Guardians.') await interaction.response.send_message(embed=helpEmbed, ephemeral=True) - if command_name == ' kick': + if command_name == 'kick': options = interaction.data['options'] if interaction.user.guild_permissions.administrator: member = options[0]['value']