cryscord

Version, currently main branch1 version
  • main branchlatestFeb 29, 2024

github.com/canhascodez/cryscord

A Discord API library for Crystal.

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  cryscord:
    github: canhascodez/cryscord
    branch: main

main is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
>= 1.11.2
License
MIT
Author
Kaia Leahy
Target
  • cryscord from src/cryscord.cr

Dependencies

Development Dependencies

  • ameba~> 1.6github: crystal-ameba/amebadev
  • faker*github: canhascodez/fakerdev
  • spectator~> 0.12gitlab: arctic-fox/spectatordev

README

cryscord

Tests

Cryscord is a (WIP) discord library for crystal-lang 😸

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      cryscord:
        github: canhascodez/cryscord
  2. Run shards install

Usage

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.

Development

I have little expectation that this project will be relevant to anyone else's interests.

Contributing

  1. Fork it (https://github.com/canhascodez/cryscord/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors