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 onlyto Discord. If you have downloaded these commands from our GitHub, follow the Mother Nature Commands Software API page.
Get the current list of commands
Get the list of all commands.
/commands
Check Whether a molecule is safe as a Color Additive
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.
Check Whether a molecule is safe as FDA Color Additive
Checks if any color additives have changed in the FDA Color Additive Status List.
/check_fda_color_status
Remove Smiles from the Chemical Training List
Removes the SMILES at the given index in the given chemical training list.
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_setor by manually looking in our GitHub repository.
categories(string) : The name(s) of the category(s) for the training list(s).
Add Smiles to the Chemical Training List
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).
Rerun Training for Deep Learning
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.
Generate Chemicals For Different Categories - Lorax
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.
Generate Chemicals For Different Categories - Arbiter
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.
Create a Graph Node in GlobalChem
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.
Fetch the Training Set Used in Retraining
Gets the training set from the specified category.
Parameters:
categories (string) : The name(s) of the category(s) for the training list(s).