allow-retake-models #18

Merged
itzaname merged 2 commits from allow-retake-models into master 2024-04-29 21:53:33 +00:00
Showing only changes of commit b4fe2da92d - Show all commits

View File

@ -69,8 +69,7 @@ async function execute(interaction) {
const msg = getValidationMessage(validation, game, false); const msg = getValidationMessage(validation, game, false);
await interaction.editReply(msg); await interaction.editReply(msg);
if (alreadyOwned) if (alreadyOwned) {
{
// Unicode is for the information emoji [i] // Unicode is for the information emoji [i]
await interaction.followUp(`\u2139\uFE0F The ${game} maptest bot already has this model, so no action was taken.`); await interaction.followUp(`\u2139\uFE0F The ${game} maptest bot already has this model, so no action was taken.`);
return; return;