[+] Create ls command

This commit is contained in:
Hykilpikonna
2020-11-22 13:15:57 -05:00
parent c7fca91d2d
commit 1466a4bfd3
3 changed files with 25 additions and 2 deletions
+1
View File
@@ -36,6 +36,7 @@ if __name__ == '__main__':
# Register commands
dispatcher.add_handler(CommandHandler('start', start))
dispatcher.add_handler(CommandHandler('ls', ls))
# Start bot
updater.start_polling()