Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion code/code.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def start_and_menu_command(m):
global user_list
chat_id = m.chat.id

text_intro = "Welcome to TrackMyDollar - a simple solution to track your expenses! \nHere is a list of available commands, please enter a command of your choice so that I can assist you further: \n\n"
text_intro = "Welcome to TrackMyDollar - a simple solution to track your expenses! \n Please select the functionality you want assistance with from the below: \n\n"
commands = helper.getCommands()
for c in commands: # generate help text out of the commands dictionary defined at the top
text_intro += "/" + c + ": "
Expand Down