Currently, commands (help, list commands, change settings etc) are all handled via a list which is accessed throughout the program. Would be more efficient to access this information from the separate 'dict_commands.json' file where documentation for the commands is stored.