-
-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Welcome to the BrainBot wiki!
Below is a list of all the commands BrainBot currently understands.
Find your way back to this page
Evaluate a math expression
The first argument for this command should always be the expression to evaluate. If the expression contains variables, a value should be given for each one as a separate argument, in order from left to right in the expression.
If multiple arguments are given, they should be separated by semicolons.
!evaluate 2+3
Out: 5
!evaluate y+x+y; 3; 2
Out: 8 (3+2+3)
Learn a bit about the bot
Convert <text>
into its phonetic spelling
Make the bot say <text>
Get a random conversation starter
Translate some text into another language
<language>
should be a two-letter language code (ISO-639-1) and <text>
should be whatever text you'd like to translate.
Show the currently running version of the bot
Pull the latest changes from GitHub
Restart the bot
Shut down the bot