diff --git a/other_ext/vip_roles.py b/other_ext/vip_roles.py index 3462843..6d84611 100644 --- a/other_ext/vip_roles.py +++ b/other_ext/vip_roles.py @@ -2,7 +2,6 @@ from discord.ext import tasks import traceback import asyncio, aiohttp import discord -from ..bot import DiscordClient class Extension: DONATE_VIP_ROLE = 684725881557614689 @@ -11,7 +10,7 @@ class Extension: TRACK_WEBHOOK = 819627591501479937 - core: DiscordClient = None + core = None def __init__(self, core): self.core = core self.MAIN_GUILD_ID = core.main_server_id