wrong prefix

This commit is contained in:
derpystuff 2023-06-12 13:46:48 +02:00
parent b3fb2e65ab
commit 37603f876f

View file

@ -33,7 +33,7 @@ module.exports.paginator = new Paginator(cluster, {
// 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('|');
const commandClient = new CommandClient(cluster, {