chore: Ajout du transcript fonctionnel pour les tickets

This commit is contained in:
UltraLionFr
2025-08-26 14:41:28 +02:00
parent bb22e65117
commit 4f1a0379ea
21 changed files with 778 additions and 41 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ const logger = require('../../handlers/logger');
module.exports = {
name: 'clientReady',
once: true,
async execute(client) {
async execute() {
const commands = getCommandsJSON();
const rest = new REST({ version: '10' }).setToken(
process.env.DISCORD_TOKEN