diff --git a/commands/ticketing/commands.py b/commands/ticketing/commands.py index 55f211c9..c60c7d52 100644 --- a/commands/ticketing/commands.py +++ b/commands/ticketing/commands.py @@ -22,7 +22,7 @@ def __init__(self, bot: CustomClient): self.bot = bot - @commands.slash_command(name='ticketfudge') + @commands.slash_command(name='ticket') async def ticket(self, ctx: disnake.ApplicationCommandInteraction): pass