This commit is contained in:
derpystuff 2022-06-17 22:36:10 +02:00
parent c25e876962
commit 128369350f
24 changed files with 17 additions and 45 deletions

View file

@ -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,