Skip to content

Commit

Permalink
...the temporal implementation is correct here?
Browse files Browse the repository at this point in the history
  • Loading branch information
meadowsys committed Oct 1, 2024
1 parent eca16fc commit bdef8ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/time-to-galacon.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ module.exports = class TimeToGalacon extends Module {

if (active) {
Application.modules.Discord.client.on("ready", () => {
this.setGalaconDate();
// this.setGalaconDate();
this.set_galacon_date2();
});
}

Expand Down

0 comments on commit bdef8ad

Please sign in to comment.