def __init__(self, bot):
self.bot = bot
self.db = bot.db
self.app_name = bot.app_name
self.sessions = {}
self.timeout = 120
self.timeout_incr = 5
self.message_icon = ["?", "?", "?"] # :information_source:, :warning:, :no_entry:
self.message_color = [discord.Colour.blue(), discord.Colour.orange(), discord.Colour.red()]
评论列表
文章目录