mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 21:53:07 -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: {
|
presence: {
|
||||||
activity: {
|
activity: {
|
||||||
name: 'lc..help',
|
name: 'lc.help',
|
||||||
type: ActivityTypes.WATCHING,
|
type: ActivityTypes.WATCHING,
|
||||||
},
|
},
|
||||||
status: PresenceStatuses.ONLINE,
|
status: PresenceStatuses.ONLINE,
|
||||||
|
@ -33,7 +33,7 @@ module.exports.paginator = new Paginator(cluster, {
|
||||||
|
|
||||||
// Clients
|
// 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('|');
|
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