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
|
|
@ -3,6 +3,7 @@ from disnake.ext import commands
|
|||
import json
|
||||
import os
|
||||
from typing import List
|
||||
from utils.premium import check_premium_tier
|
||||
|
||||
# Chemins ABSOLUS des fichiers
|
||||
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
|
||||
|
|
@ -38,6 +39,7 @@ class Whitelist(commands.Cog):
|
|||
self.save_whitelist()
|
||||
|
||||
@commands.slash_command(name="whitelist", description="Gère la whitelist du serveur")
|
||||
@check_premium_tier()
|
||||
async def whitelist_group(self, interaction: disnake.ApplicationCommandInteraction):
|
||||
"""Groupe de commandes pour gérer la whitelist"""
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue