This commit is contained in:
2026-08-26 20:06:13 +08:00
parent f15aa87523
commit 34b0082045
16 changed files with 133 additions and 110 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
import { CommandClient, Event } from "athena-prime";
import { CommandClient, Event } from 'athena-prime';
// ----------
@@ -7,7 +7,7 @@ class ReadyEvent extends Event<CommandClient> {
async handle(context: CommandClient<any, any>) {
await context.deployCommands();
context.setCustomActivity("Petting the Pond!");
context.setCustomActivity('Petting the Pond!');
}
}