From bf81e7278a0578cf9a89e1e5f124e058fdf11968 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Tue, 8 Aug 2023 16:58:51 -0400 Subject: [PATCH] fix: testing a fix maybe? --- info/info.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/info/info.py b/info/info.py index 72e6f73..bd83e05 100644 --- a/info/info.py +++ b/info/info.py @@ -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()