mirror of
https://github.com/Burn-E99/GroupUp.git
synced 2026-06-04 08:53:49 -04:00
slash command system added
This commit is contained in:
@@ -3,6 +3,7 @@ import { guildCreate } from './guildCreate.ts';
|
||||
import { guildDelete } from './guildDelete.ts';
|
||||
import { debug } from './debug.ts';
|
||||
import { messageCreate } from './messageCreate.ts';
|
||||
import { interactionCreate } from './interactionCreate.ts';
|
||||
|
||||
export default {
|
||||
ready,
|
||||
@@ -10,4 +11,5 @@ export default {
|
||||
guildDelete,
|
||||
debug,
|
||||
messageCreate,
|
||||
interactionCreate,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user