update detriter

This commit is contained in:
derpystuff 2022-06-20 21:31:18 +02:00
parent 6484c69851
commit 987d1896ac
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ module.exports.paginator = new Paginator(cluster, {
pageNumber: true
});
let commandPrefix = 'lc..'
let commandPrefix = '.'
if(process.env.PREFIX_OVERRIDE) commandPrefix = process.env.PREFIX_OVERRIDE;
(async () => {