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
|
|
@ -7,6 +7,7 @@ import shutil
|
|||
from typing import List
|
||||
import disnake
|
||||
from disnake.ext import commands
|
||||
from utils.premium import check_premium_tier
|
||||
|
||||
BACKUPS_ROOT = "data/security_backups"
|
||||
|
||||
|
|
@ -133,6 +134,7 @@ class BackupRestore(commands.Cog):
|
|||
await channel.send(msg["content"])
|
||||
|
||||
@commands.slash_command(name="granulaire", description="Restaure un élément précis d'une sauvegarde")
|
||||
@check_premium_tier()
|
||||
async def restore_granulaire(
|
||||
self,
|
||||
interaction: disnake.ApplicationCommandInteraction,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue