mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 06:03:04 -04:00
changes the display order of prefixes
This commit is contained in:
parent
37603f876f
commit
089b4b5987
1 changed files with 2 additions and 2 deletions
|
@ -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, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue