An open API service indexing awesome lists of open source software.

https://github.com/robinka/ga-bot

Geometric Algebra bot for Discord
https://github.com/robinka/ga-bot

discord-bot geometric-algebra math typescript

Last synced: 10 months ago
JSON representation

Geometric Algebra bot for Discord

Awesome Lists containing this project

README

          

# Geometric Algebra Bot
Geometric Algebra bot for Discord.

# Commands
- `/mathjs `: Evaluates the expression with Math.JS
- `/pga3d|pga2d|ga3d `: Evaluates the expression in the algebra with ganja.js
- `/ga `: Evaluates the expression in an algebra with custom signature with ganja.js

# Setup
1. Clone the repository and run `yarn install`
2. Copy `.env.template` to `.env` and fill all the fields.
3. Run `yarn run register-commands` to register the commands on your Discord server.
4. Run `yarn start` to start the bot.