(rewrite): Pet the Pond now does petting for all.

This commit is contained in:
2026-09-13 15:58:06 +08:00
parent 016585ddf9
commit 8b00a8a876
12 changed files with 63 additions and 221 deletions
+2 -2
View File
@@ -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();