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 page for more information. The following commands apply only to Discord. If you have downloaded these commands from our , follow the API page.
Get the list of all commands.
Compares the given chemical to the FDA Color Additive Status List.
Parameters:
chemical_name
(string) : The name of a chemical.
Checks if any color additives have changed in the FDA Color Additive Status List.
Removes the SMILES at the given index in the given chemical training list.
Parameters:
categories
(string) : The name(s) of the category(s) for the training list(s).
Appends the given SMILES to the given chemical training list.
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).
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.
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.
Parameters:
categories
(string) : The name(s) of the category(s) for the new chemicals.
Creates a new node in the Global Chem repository.
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.
Parameters:
categories
(string) : The name(s) of the category(s) for the training list(s).
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 repository.