Ajout de la monétisation V0.1

This commit is contained in:
Mathis 2026-07-06 16:08:14 +02:00
parent cd0fc4c488
commit 879355f792
29 changed files with 698 additions and 72 deletions

View file

@ -18,6 +18,7 @@ from utils.gestion_taches import (
PRIORITES, STATUTS
)
from src.logger import kuby_logger
from utils.premium import check_premium_tier
# ============================================================================
@ -655,6 +656,7 @@ class TachesCog(commands.Cog):
# ==========================================================================
@commands.slash_command(name="taches", description="Ouvrir le menu de gestion des tâches")
@check_premium_tier()
async def taches_command(self, inter: disnake.ApplicationCommandInteraction):
"""Commande principale pour accéder au menu des tâches."""
settings = await get_taches_settings(inter.guild.id)