disable mention prefix for now

This commit is contained in:
derpystuff 2022-06-21 18:24:33 +02:00
parent 3be267bba7
commit bdfce87638

View file

@ -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'},