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
- Host: GitHub
- URL: https://github.com/robinka/ga-bot
- Owner: RobinKa
- License: mit
- Created: 2021-08-25T15:37:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-25T21:24:59.000Z (over 4 years ago)
- Last Synced: 2025-01-13T12:50:16.927Z (12 months ago)
- Topics: discord-bot, geometric-algebra, math, typescript
- Language: TypeScript
- Homepage:
- Size: 35.2 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.