Fixed typo in removebirthday

This commit is contained in:
Lilac-Rose 2025-10-21 00:17:12 +02:00
parent 5f7734e2f5
commit 4fbd6cfa90

View File

@ -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()