fix: testing a fix maybe?
This commit is contained in:
parent
3c6d7f2ff4
commit
bf81e7278a
1 changed files with 2 additions and 2 deletions
|
@ -503,9 +503,9 @@ class Info(commands.Cog):
|
|||
async with aiohttp.ClientSession() as session:
|
||||
async with session.get(emoji_url) as response:
|
||||
if response.status == 200:
|
||||
return emoji_url
|
||||
return emoji_url.src
|
||||
else:
|
||||
raise
|
||||
return None
|
||||
|
||||
@commands.command()
|
||||
@commands.guild_only()
|
||||
|
|
Loading…
Reference in a new issue