Example #1
0
 def __init__(self, bot):
     self.bot = bot
     self.users = {}
     self.authlib = AuthLib(os.path.join(bot.base, 'db', 'passwd'))