From 089b4b59876bc2c40ee435828bf7f0a4fc69889c Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Mon, 12 Jun 2023 13:54:08 +0200 Subject: [PATCH] changes the display order of prefixes --- labscore/client.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/labscore/client.js b/labscore/client.js index 6418cbc..fa7d8a6 100644 --- a/labscore/client.js +++ b/labscore/client.js @@ -16,7 +16,7 @@ const cluster = new ClusterClient("", { ], presence: { activity: { - name: 'lc..help', + name: 'lc.help', type: ActivityTypes.WATCHING, }, status: PresenceStatuses.ONLINE, @@ -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..','lc.'] // Migration from beta -> main, remove lc.. eventually if(process.env.PREFIX_OVERRIDE) commandPrefixes = process.env.PREFIX_OVERRIDE.split('|'); const commandClient = new CommandClient(cluster, {