We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7209aff commit a37d4fcCopy full SHA for a37d4fc
src/events/interactionCreate/modal/createSubmission.ts
@@ -28,7 +28,7 @@ export class CreateSubmissionModal implements ModalInteraction {
28
interaction.fields.getTextInputValue(`${customId}F${i}`)
29
);
30
31
- const ckey = '???'; // byond ddos revert later await findCkey(answers[0]);
+ const ckey = await findCkey(answers[0]);
32
33
if (!ckey) {
34
await interaction.reply({
0 commit comments