gsd 2 years ago
parent
commit
0c66968e36
  1. 4
      other_ext/vip_roles.py

4
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

Loading…
Cancel
Save