Move command handlers to own module and add clean-rooms command (ref #59)

This commit is contained in:
Tulir Asokan
2018-02-13 00:08:21 +02:00
parent b6d1f3b403
commit e42fcd2fb3
9 changed files with 766 additions and 534 deletions
+2
View File
@@ -0,0 +1,2 @@
from .handler import command_handler, CommandHandler
from . import clean_rooms, auth, meta, telegram