From 0c66968e36b2756f6056c7f59422213b17bdebce Mon Sep 17 00:00:00 2001 From: gsd Date: Sat, 11 Mar 2023 22:29:49 +0300 Subject: [PATCH] f3 --- other_ext/vip_roles.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/other_ext/vip_roles.py b/other_ext/vip_roles.py index f10cda6..d6f1bb2 100644 --- a/other_ext/vip_roles.py +++ b/other_ext/vip_roles.py @@ -3,8 +3,6 @@ import traceback import asyncio, aiohttp import discord -from ..bot import DiscordClient - class Extension: DONATE_VIP_ROLE = 684725881557614689 FREE_VIP_ROLE = 1084187245025689630 @@ -12,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