mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 13:43:06 -04:00
user-related slash commands
This commit is contained in:
parent
fdff2960a3
commit
6456a68fbb
4 changed files with 213 additions and 0 deletions
|
@ -159,6 +159,7 @@ commandClient.on('commandRunError', async ({context, error}) => {
|
|||
await commandClient.run()
|
||||
|
||||
await interactionClient.addMultipleIn('../commands/interaction/context');
|
||||
await interactionClient.addMultipleIn('../commands/interaction/user');
|
||||
await interactionClient.addMultipleIn('../commands/interaction/slash');
|
||||
await interactionClient.run();
|
||||
} catch(e){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue