Skip to content

Convert commands to use 'dict_commands.json' instead of list #2

@toomeyDev

Description

@toomeyDev

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.

  • Move command handling to the .json file rather than the list implementation
    dict_commands.json
    image

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions