mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -04:00
prefix -> lcbeta.
This commit is contained in:
parent
468633052f
commit
8bf77a5ef4
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ const paginator = new Paginator(cluster, {
|
|||
pageNumber: true
|
||||
});
|
||||
|
||||
let commandPrefix = '.'
|
||||
let commandPrefix = 'lcbeta.'
|
||||
if(process.env.PREFIX_OVERRIDE) commandPrefix = process.env.PREFIX_OVERRIDE;
|
||||
|
||||
(async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue