changes the display order of prefixes

This commit is contained in:
derpystuff 2023-06-12 13:54:08 +02:00
parent 37603f876f
commit 089b4b5987

View file

@ -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, {