Skip to content

Commit

Permalink
fix - stop auto overwrite bot presence status
Browse files Browse the repository at this point in the history
  • Loading branch information
jaga-live committed Jan 29, 2024
1 parent c925479 commit 0beb6f6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ export class App {
client.on('ready', async () => {
client.bot.setActivity(`with my 9 lives!`, ActivityType.Playing);
console.log('kitty chan connected 😸');

///Currently static
setInterval(() => {
client.bot.setActivity(`people's wishes!`, ActivityType.Listening);
}, 60000);
});

/**
Expand Down

0 comments on commit 0beb6f6

Please sign in to comment.