Mother Nature Commands Discord
Last updated
Last updated
This API is designed as an explanation of all commands that our prototype AI chat bot is capable of understanding. Only some of these commands may be available to users depending on their roles. See the Discord Roles & Permissions page for more information. The following commands apply only to Discord. If you have downloaded these commands from our GitHub, follow the Mother Nature Commands Software API page.
Get the list of all commands.
/commands
Compares the given chemical to the FDA Color Additive Status List.
/is_color_legal chemical_name:test
/is_color_legal chemical_name:FD&C Blue #1
Parameters:
chemical_name
(string) : The name of a chemical.
Checks if any color additives have changed in the FDA Color Additive Status List.
/check_fda_color_status
Removes the SMILES at the given index in the given chemical training list.
/remove_smile_file smile_index:0 categories:cannabis contraceptives
Parameters:
smile_index
(int) : A number corresponding to the location of a SMILES in the given chemical training list. These training lists can be found by using/fetch_training_set
or by manually looking in our GitHub repository.
categories
(string) : The name(s) of the category(s) for the training list(s).
Appends the given SMILES to the given chemical training list.
/add_smile_file smile:C1CCCCC1 categories:cannabis contraceptives
Parameters:
smile
(string) : A valid SMILES. See here for help with SMILES.
categories
(string) : The name(s) of the category(s) for the training list(s).
Retrains the Mother Nature bot in the given chemical category(s).
/retrain_mother_nature retrain_again:false channel_name:cannabis
Parameters:
retrain again
(bool) : If true, then the given category(s) will retrain every 7 days.
channel_name
(string) (optional) : The name(s) of the category(s) to be retrained. If no input is given it will default to the name of the channel the command is used it.
Generates new chemicals in the given category(s). Cannot generate chemicals for war, narcotics, and performance enhancements categories.
/make_github_issue_lorax categories:cannabis
/make_github_issue_lorax categories:cannabis war
Parameters:
categories
(string) : The name(s) of the category(s) for the new chemicals.
Generates new chemicals in the given category(s). Can generate chemicals for war, narcotics, and performance enhancements categories.
/make_github_issue_arbiter categories:cannabis
/make_github_issue_arbiter categories:cannabis war
Parameters:
categories
(string) : The name(s) of the category(s) for the new chemicals.
Creates a new node in the Global Chem repository.
/create_graph_node node_class_name:name-of-node text_message:info-in-node
Parameters:
node_class_name
(string) : The name of the node.
text_message
(string) : The list of chemicals to be added to the node.
Gets the training set from the specified category.
/fetch_training_set categories:cannabis
Parameters:
categories
(string) : The name(s) of the category(s) for the training list(s).