Adding an update to store

This commit is contained in:
tropii 2023-11-24 21:38:10 -05:00
parent 758119d172
commit 8fe16521f6

View File

@ -61,7 +61,7 @@ class store(commands.Cog):
async def on_ready(self): async def on_ready(self):
print('Tickets Online') 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.has_permissions(administrator=True)
@commands.check(is_enabled) @commands.check(is_enabled)
async def ticket(self, ctx): async def ticket(self, ctx):