From eb603ef4c2585928bf1c36bb402d505015afeb6f Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Mon, 12 Jun 2023 13:55:10 +0200 Subject: [PATCH] bring the idiot prefix back --- labscore/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labscore/client.js b/labscore/client.js index fa7d8a6..2102cee 100644 --- a/labscore/client.js +++ b/labscore/client.js @@ -33,7 +33,7 @@ module.exports.paginator = new Paginator(cluster, { // Clients -let commandPrefixes = ['lc..','lc.'] // Migration from beta -> main, remove lc.. eventually +let commandPrefixes = ['lc..', 'ic.', 'lc.'] // Migration from beta -> main, remove lc.. eventually if(process.env.PREFIX_OVERRIDE) commandPrefixes = process.env.PREFIX_OVERRIDE.split('|'); const commandClient = new CommandClient(cluster, {