Ajout de la monétisation V0.1
This commit is contained in:
parent
cd0fc4c488
commit
879355f792
29 changed files with 698 additions and 72 deletions
|
|
@ -12,6 +12,7 @@ from collections import defaultdict
|
|||
from commandes.ticket.data.storage import get_storage
|
||||
from commandes.ticket.data.models import TicketStatus
|
||||
from commandes.ticket.staff_analytics import StaffAnalytics
|
||||
from utils.premium import check_premium_tier
|
||||
|
||||
|
||||
class StaffRatings(commands.Cog):
|
||||
|
|
@ -19,6 +20,7 @@ class StaffRatings(commands.Cog):
|
|||
self.bot = bot
|
||||
|
||||
@commands.slash_command(name="staff-ratings", description="Affiche les évaluations du staff")
|
||||
@check_premium_tier()
|
||||
async def staff_ratings(self, interaction: disnake.ApplicationCommandInteraction,
|
||||
team: str = commands.Param(None, description="Filtrer par équipe (optionnel)")):
|
||||
"""Commande pour afficher les évaluations du staff"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue