Skip to content

Commit a37d4fc

Browse files
committed
Reapply ckey validation
1 parent 7209aff commit a37d4fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/events/interactionCreate/modal/createSubmission.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export class CreateSubmissionModal implements ModalInteraction {
2828
interaction.fields.getTextInputValue(`${customId}F${i}`)
2929
);
3030

31-
const ckey = '???'; // byond ddos revert later await findCkey(answers[0]);
31+
const ckey = await findCkey(answers[0]);
3232

3333
if (!ckey) {
3434
await interaction.reply({

0 commit comments

Comments
 (0)