From 8fe16521f68b87b1583c1d9a010409bca87a3623 Mon Sep 17 00:00:00 2001 From: tropii <97747461+TropiiDev@users.noreply.github.com> Date: Fri, 24 Nov 2023 21:38:10 -0500 Subject: [PATCH] Adding an update to store --- commands/store.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/store.py b/commands/store.py index 42cde0a..704d88b 100644 --- a/commands/store.py +++ b/commands/store.py @@ -61,7 +61,7 @@ class store(commands.Cog): async def on_ready(self): print('Tickets Online') - @commands.hybrid_command(name="ticket", description="Create a ticket") + @commands.hybrid_command(name="store", description="View the store") @commands.has_permissions(administrator=True) @commands.check(is_enabled) async def ticket(self, ctx):