mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 13:43:06 -04:00
update detriter
This commit is contained in:
parent
6484c69851
commit
987d1896ac
2 changed files with 2 additions and 2 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue