mirror of
https://github.com/nx-bat/pet-the-pond.git
synced 2026-09-22 10:29:11 -04:00
prettier
This commit is contained in:
@@ -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!');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user