mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 06:03:04 -04:00
wrong prefix
This commit is contained in:
parent
b3fb2e65ab
commit
37603f876f
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ module.exports.paginator = new Paginator(cluster, {
|
||||||
|
|
||||||
// Clients
|
// Clients
|
||||||
|
|
||||||
let commandPrefixes = ['.','..'] // Migration from beta -> main, remove .. eventually
|
let commandPrefixes = ['lc.','lc..'] // Migration from beta -> main, remove lc.. eventually
|
||||||
if(process.env.PREFIX_OVERRIDE) commandPrefixes = process.env.PREFIX_OVERRIDE.split('|');
|
if(process.env.PREFIX_OVERRIDE) commandPrefixes = process.env.PREFIX_OVERRIDE.split('|');
|
||||||
|
|
||||||
const commandClient = new CommandClient(cluster, {
|
const commandClient = new CommandClient(cluster, {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue