mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 14:13:02 -04:00
disable mention prefix for now
This commit is contained in:
parent
3be267bba7
commit
bdfce87638
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ if(process.env.PREFIX_OVERRIDE) commandPrefix = process.env.PREFIX_OVERRIDE;
|
||||||
await cluster.run();
|
await cluster.run();
|
||||||
const commandClient = new CommandClient(cluster, {
|
const commandClient = new CommandClient(cluster, {
|
||||||
activateOnEdits: true,
|
activateOnEdits: true,
|
||||||
mentionsEnabled: true,
|
mentionsEnabled: false,
|
||||||
prefix: commandPrefix,
|
prefix: commandPrefix,
|
||||||
ratelimits: [
|
ratelimits: [
|
||||||
{duration: 60000, limit: 50, type: 'guild'},
|
{duration: 60000, limit: 50, type: 'guild'},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue