mirror of
https://github.com/Lilac-Rose/Lacie.git
synced 2026-07-24 12:00:23 -05:00
Fixed typo in removebirthday
This commit is contained in:
parent
5f7734e2f5
commit
4fbd6cfa90
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user