From bdfce87638e60a7d923e69b0cfd287be4ce49934 Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Tue, 21 Jun 2022 18:24:33 +0200 Subject: [PATCH] disable mention prefix for now --- labscore/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'},