mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 13:43:06 -04:00
clean up
This commit is contained in:
parent
c25e876962
commit
128369350f
24 changed files with 17 additions and 45 deletions
|
@ -29,7 +29,6 @@ let commandPrefix = '.'
|
|||
if(process.env.PREFIX_OVERRIDE) commandPrefix = process.env.PREFIX_OVERRIDE;
|
||||
|
||||
(async () => {
|
||||
// Run cluster
|
||||
await cluster.run();
|
||||
const commandClient = new CommandClient(cluster, {
|
||||
activateOnEdits: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue