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:
parent
30e3fbaa1a
commit
bbf8b5d5f9
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user