mirror of
https://github.com/nx-bat/pet-the-pond.git
synced 2026-09-22 10:29:11 -04:00
(rewrite): Pet the Pond now does petting for all.
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
import 'dotenv/config';
|
||||
|
||||
import { CommandClient, Constants, Guild, Member, Message, NullCollection, User } from 'athena-prime';
|
||||
import { CommandClient, Constants } from 'athena-prime';
|
||||
import commands from './commands';
|
||||
import database from './database';
|
||||
import events from './events';
|
||||
@@ -26,5 +26,5 @@ events.forEach((event) => client.registerEvent(event, true));
|
||||
|
||||
// ----------
|
||||
|
||||
database.init();
|
||||
database.points.init();
|
||||
client.connect();
|
||||
|
||||
Reference in New Issue
Block a user