fix(emojiinfo): forgot to return early lol
This commit is contained in:
parent
537b2edafa
commit
59097b676d
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ class EmojiInfo(commands.Cog):
|
|||
emoji_url = await self.fetch_twemoji(unicode_emoji=emoji.name)
|
||||
except Exception:
|
||||
await ctx.send("Please provide a valid emoji!", ephemeral=ephemeral)
|
||||
return
|
||||
else:
|
||||
emoji_url = emoji.url
|
||||
|
||||
|
|
Loading…
Reference in a new issue