From e24859fa6ef2155625714bf417b282cf925c8b54 Mon Sep 17 00:00:00 2001 From: MagicTheDev <82341152+MagicTheDev@users.noreply.github.com> Date: Thu, 21 Nov 2024 09:26:38 -0600 Subject: [PATCH] Update commands.py --- commands/ticketing/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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