Skip to content

Commit

Permalink
fix: disable daily message
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik K committed Jan 2, 2024
1 parent 3e41806 commit e5b9d6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util/dailyMessage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export default class DailyMessage {
* @return {Promise<void>}
*/
async runSchedule() {
return;
let guilds = await this.client.database.getAll();
//guilds = guilds.filter(g => this.client.guilds.cache.has(g.guildID) && g.dailyMsg);
guilds = guilds.filter(
Expand Down

0 comments on commit e5b9d6a

Please sign in to comment.