mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-21 05:45:04 +02:00
add perfect help commande
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
module.exports = {
|
||||
name: '8ball',
|
||||
description: 'Posez une question à la boule magique 8',
|
||||
category: 'game',
|
||||
execute(message, args) {
|
||||
if (!args[0]) {
|
||||
return message.reply("Veuillez poser une question.");
|
||||
|
||||
Reference in New Issue
Block a user