testing round 1.

This commit is contained in:
2026-09-13 16:50:53 +08:00
parent e5339b9b14
commit b3521938f5
5 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -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('Tracking your petting!');
}
}