From bbf8b5d5f98b2451128438e3362428183562a06a Mon Sep 17 00:00:00 2001 From: LeoDJ Date: Sun, 12 Jul 2015 00:36:39 +0200 Subject: [PATCH] Added todo comment --- examples/detailed_example/detailed_example.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/detailed_example/detailed_example.py b/examples/detailed_example/detailed_example.py index 37c3cd0..a0b64d9 100644 --- a/examples/detailed_example/detailed_example.py +++ b/examples/detailed_example/detailed_example.py @@ -4,8 +4,9 @@ import time TOKEN = '' -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',