Skip to content

Commit

Permalink
Merge pull request #3 from NekoNyaDevs/dev
Browse files Browse the repository at this point in the history
Fixed ptero running status
  • Loading branch information
TheDogHusky committed Jun 10, 2024
2 parents acc7733 + 068b977 commit b8719e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events/ready.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default class ReadyEvent extends Event {
};

public async run(client: Client): Promise<void> {
client.logger.info(`Logged in as ${client.user!.tag}`, 'Ready');
client.logger.info(`Logged in as ${client.user!.tag} (Ready and running)`, 'Ready');
client.user!.setActivity(`/help`, { type: ActivityType.Playing });
client.user!.setStatus('online');

Expand Down

0 comments on commit b8719e4

Please sign in to comment.