mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 13:43:06 -04:00
bring the idiot prefix back
This commit is contained in:
parent
089b4b5987
commit
eb603ef4c2
1 changed files with 1 additions and 1 deletions
|
@ -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, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue