cleaning up, fixing bugs

This commit is contained in:
derpystuff 2022-12-06 09:07:26 +01:00
parent 74a562f19d
commit 595cd23077
7 changed files with 159 additions and 354 deletions

View file

@ -94,5 +94,4 @@ commandClient.on('commandRunError', async ({context, error}) => {
await interactionClient.addMultipleIn('../commands/interaction/');
await interactionClient.run();
})();