From cbd9ceceafea9dad0fd373b604c77a0bd1d28155 Mon Sep 17 00:00:00 2001 From: fiveman1 Date: Mon, 11 Jul 2022 15:00:40 +0000 Subject: [PATCH] no discord account link fix --- commands/submit.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/submit.js b/commands/submit.js index b4f0dd0..b240145 100644 --- a/commands/submit.js +++ b/commands/submit.js @@ -29,6 +29,7 @@ async function execute(interaction) { if (!userId) { const msg = "You don't have a Roblox account linked with your Discord account. Visit https://verify.eryn.io/"; await interaction.reply({content: msg, ephemeral: true}); + return; } const game = interaction.options.getString("game");