Cryscord is a (WIP) discord library for crystal-lang 😸
-
Add the dependency to your
shard.yml
:dependencies: cryscord: github: canhascodez/cryscord
-
Run
shards install
require "cryscord"
This is not currently in any kind of usable condition. The Discord API is fairly large and complex, and you need to implement a fair amount of it to be minimally useful.
I have little expectation that this project will be relevant to anyone else's interests.
- Fork it (https://github.com/canhascodez/cryscord/fork)
- 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
- Kaia Leahy - creator and maintainer