diff --git a/labscore/client.js b/labscore/client.js index 6564e3b..2f27b5d 100644 --- a/labscore/client.js +++ b/labscore/client.js @@ -32,7 +32,7 @@ if(process.env.PREFIX_OVERRIDE) commandPrefix = process.env.PREFIX_OVERRIDE; await cluster.run(); const commandClient = new CommandClient(cluster, { activateOnEdits: true, - mentionsEnabled: true, + mentionsEnabled: false, prefix: commandPrefix, ratelimits: [ {duration: 60000, limit: 50, type: 'guild'},