ajout de commande gestion

This commit is contained in:
VALOU3336
2024-02-14 18:47:04 +01:00
parent 1a6acb00de
commit ad6216aba5
7 changed files with 377 additions and 3 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ module.exports = (client) => {
//const botId = client.user.id;
//const guildId = message.guild.id;
//const prefix = botTokens.coins[botId].prefix;
const prefix = '!';
const prefix = '+';
if (!message.content.startsWith(prefix) || message.author.bot) return;
const args = message.content.slice(prefix.length).trim().split(/ +/);