Skip to content

Commit

Permalink
add missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
Techbot121 authored and Meta Construct committed Mar 21, 2024
1 parent bace184 commit 30ae38a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/services/discord/modules/commands/Role.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ const addEmoji = async (
}
await role.setIcon(emoji);
await ctx.followUp(EphemeralResponse(`Set your role emoji to ${emoji}`));
return;
}
await ctx.followUp(EphemeralResponse("that doesn't seem to be a vaild emoji 🤔"));
};
Expand Down

0 comments on commit 30ae38a

Please sign in to comment.