From f37c3c17fd5bb9ada06e45a1d35b899aa5bdfbd3 Mon Sep 17 00:00:00 2001 From: gsd Date: Sat, 11 Mar 2023 22:25:25 +0300 Subject: [PATCH] f --- other_ext/vip_roles.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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