diff --git a/birthday/birthday.py b/birthday/birthday.py index 10ba8f6..c4fd2e8 100644 --- a/birthday/birthday.py +++ b/birthday/birthday.py @@ -182,7 +182,7 @@ class Birthday(commands.Cog): await interaction.response.send_message(f"🎂 Birthday set to '{date}' in timezone '{timezone}'!", ephemeral=True) - @app_commands.command(name="removebirhtday", description="Remove your saved birthday.") + @app_commands.command(name="removebirthday", description="Remove your saved birthday.") async def removebirthday(self, interaction: discord.Interaction): conn = sqlite3.connect(self.db_path) c = conn.cursor()