mirror of
https://github.com/nx-bat/pet-the-pond.git
synced 2026-09-22 10:29:11 -04:00
(events): postgres sucks.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import 'dotenv/config';
|
||||
|
||||
import { CommandClient, Constants, Guild, Member, Message, NullCollection, User } from 'athena-prime';
|
||||
import commands from './commands';
|
||||
import events from './events';
|
||||
|
||||
// ----------
|
||||
@@ -27,6 +28,7 @@ const client: CommandClient = new CommandClient({
|
||||
},
|
||||
});
|
||||
|
||||
commands.forEach(command => client.registerCommand(command));
|
||||
events.forEach(event => client.registerEvent(event));
|
||||
|
||||
// ----------
|
||||
|
||||
Reference in New Issue
Block a user