feature/verify-submit #1

Merged
itzaname merged 3 commits from feature/verify-submit into master 2022-07-12 02:09:08 +00:00
Showing only changes of commit cbd9ceceaf - Show all commits

View File

@ -29,6 +29,7 @@ async function execute(interaction) {
if (!userId) { if (!userId) {
const msg = "You don't have a Roblox account linked with your Discord account. Visit https://verify.eryn.io/"; 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}); await interaction.reply({content: msg, ephemeral: true});
return;
} }
const game = interaction.options.getString("game"); const game = interaction.options.getString("game");