Exemplo n.º 1
0
 def __init__(self):
     self.auto_replies_table = database()["auto_replies"]
Exemplo n.º 2
0
 def __init__(self):
     self.reminders = database()['self_reminders']
Exemplo n.º 3
0
 def __init__(self):
     self.sticker_table = database()["sticker_deleter"]
Exemplo n.º 4
0
 def __init__(self):
     self.summon_table = database()['summon']
Exemplo n.º 5
0
 def __init__(self):
     self.pm_table = database()["pmpermit"]
Exemplo n.º 6
0
 def __init__(self):
     self.pm_table = database()["settings"]
Exemplo n.º 7
0
 def __init__(self):
     self.profiles = database()["profiles"]