mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-03 23:36:35 +02:00
ajout de commande gestion
This commit is contained in:
@@ -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(/ +/);
|
||||
|
||||
Reference in New Issue
Block a user