diff --git a/cogs/linking_updater.py b/cogs/linking_updater.py index fab9894..0e01d69 100644 --- a/cogs/linking_updater.py +++ b/cogs/linking_updater.py @@ -42,6 +42,7 @@ class Linking_updater(commands.Cog): async with aiohttp.ClientSession() as session: async with session.get(url, headers=headers) as response: if response.status == 200: + logging.info("200") # Formats response for servers in JSON format servers_json_response = await response.json()