Ajout des alias pour les commandes existantes

This commit is contained in:
Tutur33
2024-02-17 13:33:46 +01:00
parent aa1811a9f1
commit 5a15326eba
67 changed files with 146 additions and 5 deletions
+1
View File
@@ -9,6 +9,7 @@ module.exports = {
emote: '🎲',
utilisation: 'random [min] [max]',
category: 'utils',
async execute(message, args, client) {
if (!args[0] || !args[1]) {
return message.reply('Veuillez spécifier 2 nombres.');