A simple, high-performance Discord bot, written in Crystal (a compiled, typed Ruby spinoff).
Install Crystal and Shards (the package manager).
Compiling gembot is then as simple as running make
.
Export your bot token and client id as environment variables to $TOKEN
and $CLIENT_ID
,
or put them in the .env
file, which will be loaded as well, with environment variables taking precedence.
TODO: write section.
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
- Erin (barzamin) - creator, maintainer