generated from Nemesis/Exemple
sauvegarde manuelle
This commit is contained in:
parent
0773d7a55a
commit
16b35e7573
1 changed files with 4 additions and 0 deletions
|
@ -2177,6 +2177,10 @@ def main():
|
||||||
modules_handler = MCommandHandler("module", module)
|
modules_handler = MCommandHandler("module", module)
|
||||||
bot.add_handler(modules_handler)
|
bot.add_handler(modules_handler)
|
||||||
|
|
||||||
|
# sauvegarde
|
||||||
|
save_handler = MCommandHandler("save", save_obj)
|
||||||
|
bot.add_handler(save_handler)
|
||||||
|
|
||||||
# Invitations
|
# Invitations
|
||||||
bot.client.add_invite_listener(invitations)
|
bot.client.add_invite_listener(invitations)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue