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: 'Active ou désactive l\'alerte.',
category: 'gestion',
emote: '📢',
utilisation: '+alerte <on/off>',
utilisation: 'alerte <on/off>',
async execute(message, args) {
if (!args.length) return message.reply('Veuillez spécifier "on" ou "off".');