Skip to content

Commit

Permalink
fix season const
Browse files Browse the repository at this point in the history
  • Loading branch information
slugalisk committed Sep 1, 2023
1 parent 21decf2 commit 05fa745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/chat/js/const.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ const TAGS = [
"weeb",
];

const SEASON = "june";
const SEASON = "october";

module.exports = {
KEYCODES,
Expand Down

0 comments on commit 05fa745

Please sign in to comment.