[+] Add test command

This commit is contained in:
Hykilpikonna
2020-11-22 15:20:45 -05:00
parent ba4fac3e34
commit 6105e39821
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ if __name__ == '__main__':
dispatcher = updater.dispatcher
# Register commands
commands = [start, ls, touch, rm, nano, interval, enable, disable]
commands = [start, ls, touch, rm, nano, test, interval, enable, disable]
[dispatcher.add_handler(createCommand(cmd)) for cmd in commands]
# Start bot