mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-26 06:33:05 +02:00
Ajout des alias pour les commandes existantes
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
module.exports = {
|
||||
name: '8ball',
|
||||
aliases: ['eightball', '8b'],
|
||||
description: 'Posez une question à la boule magique 8',
|
||||
emote: '🔮',
|
||||
utilisation: '8ball <question>',
|
||||
category: 'game',
|
||||
|
||||
execute(message, args) {
|
||||
if (!args[0]) {
|
||||
return message.reply("Veuillez poser une question.");
|
||||
|
||||
Reference in New Issue
Block a user