Ejemplo n.º 1
0
 def __init__(self, bot):
     self.bot = bot
     self.global_economy = JsonFileObject('economy.json')
Ejemplo n.º 2
0
    def __init__(self, bot):

        self.bot = bot
        self.links = JsonFileObject('links.json')
Ejemplo n.º 3
0
    def __init__(self, bot):

        self.bot = bot
        self.npcs = JsonFileObject('npcs.json')
Ejemplo n.º 4
0
 def __init__(self, bot):
     self.bot = bot
     self.initiative = JsonFileObject('initiative.json')
Ejemplo n.º 5
0
 def __init__(self, bot):
     self.bot = bot
     self.wikia_list = JsonFileObject('wikia.json')