no discord account link fix
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
fiveman1 2022-07-11 15:00:40 +00:00
parent 444e8d78aa
commit cbd9ceceaf

View File

@ -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");