1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

Added todo comment

This commit is contained in:
LeoDJ 2015-07-12 00:36:39 +02:00
parent 30e3fbaa1a
commit bbf8b5d5f9

View File

@ -4,8 +4,9 @@ import time
TOKEN = '<token_string>'
knownUsers = []
userStep = {}
knownUsers = [] #todo: save these in a file,
userStep = {} # so they won't reset every time the bot restarts
commands={ #command description used in the "help" command
'start': 'Get used to the bot',
'help': 'Gives you information about the available commands',