add rolebutton

This commit is contained in:
VALOU3336
2024-03-01 12:05:29 +01:00
parent 7ff8c0237f
commit 2b9c5efa33
20 changed files with 189 additions and 30 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ module.exports = {
description: 'Enregistre l\'ID d\'un salon pour les logs de raid.',
category: 'gestion',
emote: '📝',
utilisation: '+raidlog [#salon/id]',
utilisation: 'raidlog [#salon/id]',
async execute(message, args) {
let channelId;
const mentionedChannel = message.mentions.channels.first();