Discord bot - axkr/symja_android_library GitHub Wiki

WORK-IN-PROGRESS

The SymjaBot app can be used as a Discord bot to execute Symja functions.

You can discuss the SymjaBot functions in the Symja Discord server

Use

  • !>>expression to calculate the expression symbolically
  • !~~expressionto calculate the expression numerically
  • !>>?FunctionName to print the help for the FunctionName.

Example screenshot:

To run the bot your Discord bot token has to be set as first argument:

"%JAVA_HOME%\bin\java" -Dfile.encoding=UTF-8 -classpath "lib/*" org.matheclipse.discord.SymjaBot YOUR-TOKEN-HERE
⚠️ **GitHub.com Fallback** ⚠️