Consistency...
This commit is contained in:
parent
daee1c95f3
commit
b4fe2da92d
@ -69,8 +69,7 @@ async function execute(interaction) {
|
||||
const msg = getValidationMessage(validation, game, false);
|
||||
await interaction.editReply(msg);
|
||||
|
||||
if (alreadyOwned)
|
||||
{
|
||||
if (alreadyOwned) {
|
||||
// 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.`);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user