예제 #1
0
 def __init__(self, bot):
     self.bot = bot
     self.global_economy = JsonFileObject('economy.json')
예제 #2
0
    def __init__(self, bot):

        self.bot = bot
        self.links = JsonFileObject('links.json')
예제 #3
0
    def __init__(self, bot):

        self.bot = bot
        self.npcs = JsonFileObject('npcs.json')
예제 #4
0
 def __init__(self, bot):
     self.bot = bot
     self.initiative = JsonFileObject('initiative.json')
예제 #5
0
 def __init__(self, bot):
     self.bot = bot
     self.wikia_list = JsonFileObject('wikia.json')