We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Command
All commands must inherit command.py. Inheriting command.py gives you these variables:
command.py
Parameters that the user passed in along with the command. Example: "!dog p1 p2 p3" user_params = ["p1", "p2", "p3"]
And all other variables from action.py