Browse Source

modo sur invitation

master
Nemesis 6 years ago
parent
commit
06f9cc753f
  1. 3
      asmodee.py

3
asmodee.py

@ -1586,7 +1586,10 @@ def main():
cristal_handler = MCommandHandler("cristal", cristal)
bot.add_handler(cristal_handler)
if (threading.current_thread().__class__.__name__ == '_MainThread'):
print("main thread")
signal.signal(signal.SIGINT, signal_handler)
# horloges
if ('horloge' in liste_mod):
horloge_read()

Loading…
Cancel
Save