Skip to content

Commit

Permalink
Fix 0-start month!!
Browse files Browse the repository at this point in the history
  • Loading branch information
gausie committed Oct 25, 2023
1 parent ead317d commit 3daeb94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/misc/thicc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export async function execute(interaction: ChatInputCommandInteraction) {
}
}

const ENTRY_DEADLINE = new Date(2023, 11, 5);
const ENTRY_DEADLINE = new Date(2023, 10, 5);
const GAUSIE = userMention("263438077865754644");
const ABOUT_EMBED = new EmbedBuilder().setTitle("THICC 2023")
.setDescription(dedent`
Expand Down

0 comments on commit 3daeb94

Please sign in to comment.