From 8bf77a5ef400e51aaec1564c123a0a3cf4b88f5a Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Sun, 19 Jun 2022 13:34:45 +0200 Subject: [PATCH] prefix -> lcbeta. --- labscore/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labscore/client.js b/labscore/client.js index 770f691..d0eccf6 100644 --- a/labscore/client.js +++ b/labscore/client.js @@ -25,7 +25,7 @@ const paginator = new Paginator(cluster, { pageNumber: true }); -let commandPrefix = '.' +let commandPrefix = 'lcbeta.' if(process.env.PREFIX_OVERRIDE) commandPrefix = process.env.PREFIX_OVERRIDE; (async () => {