def __init__(self, sparcli:commands.Bot):
self.sparcli = sparcli
logChannel = getTokens()['BotLoggingChannel']
self.discordBotsToken = getTokens()['DiscordBotsPw']['Key']
self.logChannel = sparcli.get_channel(logChannel)
self.session = ClientSession(loop=sparcli.loop)
self.fserver = None
评论列表
文章目录