mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-13 15:56:36 +02:00
add perfect help commande
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
module.exports = {
|
||||
name: 'say',
|
||||
description: 'Fait dire quelque chose au bot',
|
||||
category: 'botcontrol',
|
||||
async execute(message, args) {
|
||||
// Vérifie si un message a été spécifié
|
||||
if (args.length === 0) {
|
||||
|
||||
Reference in New Issue
Block a user