- make tts use subcommands

- add moonbase
This commit is contained in:
derpystuff 2023-04-19 00:47:45 +02:00
parent 5c4a02f08f
commit cc37d5f50b
9 changed files with 87 additions and 32 deletions

View file

@ -97,6 +97,7 @@ commandClient.on('commandRunError', async ({context, error}) => {
await commandClient.addMultipleIn('../commands/message/');
await commandClient.run()
await interactionClient.addMultipleIn('../commands/interaction/');
await interactionClient.addMultipleIn('../commands/interaction/context');
await interactionClient.addMultipleIn('../commands/interaction/slash');
await interactionClient.run();
})();