Skip to content

Commit

Permalink
wallpaper wait 23h instead of 24.
Browse files Browse the repository at this point in the history
  • Loading branch information
5jiji committed Jul 17, 2024
1 parent 1fc249f commit 5d0d192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interactions/Commands/misc/wallpaper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Wallpaper extends Interaction {
});

this.#lastUse = new Date(Date.now());
this.#lastUse.setDate(this.#lastUse.getDate()+1);
this.#lastUse.setHours(this.#lastUse.getHours()+23);
}
}

Expand Down

1 comment on commit 5d0d192

@kbity
Copy link

@kbity kbity commented on 5d0d192 Jul 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the commit ever

Please sign in to comment.