A simple Discord-Bot to handle information received from originsro.org API and other stuff.
oRO-Bot is designed as a discord bot providing commands helping to organize guild stuff and get info from originsRO-Database/API.
oRO-Bot's current feature set includes:
- !help command - show available commands
- !build command (WIP) - shows available character builds
oRO-Bot is a modular discord bot.
Entrypoint: /src/index.js
Modules: /src/modules/
Library: /src/lib/
Modules: see Modules
Prerequisits:
Get Started:
- Copy
docker-compose.yml.example
and save the copy asdocker-compose.yml
- Adjust the config fields to your needs
- Copy
/src/config.json.example
and save the copy asconfig.json
- Adjust the values to your needs
Run:
npm run bot
- shorthand fornpm install && docker-compose up -d && node /src/index.js
[0.0.1]
- Added base architecture
- Added module
help
- Added module
build
(WIP)
oRO-Bot is licensed under MIT so that the core functionality of the bot remains open source and free for everyone but any code you write (including server and room IDs for example) for your own Discord servers doesn't have to be.