gembot

Version, currently 0.1.01 version
  • 0.1.0latestNov 14, 2016

github.com/barzamin/gembot

A Discord bot written in Crystal

3 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  gembot:
    github: barzamin/gembot
    version: ~> 0.1.0

Then run:

shards install

shard.yml

Crystal
no constraint declared
License
MIT
Author
Erin

Dependencies

Runtime Dependencies

  • dotenv*github: gdotdesign/cr-dotenv
  • discordcr*github: meew0/discordcr, branch: master

README

gembot

A simple, high-performance Discord bot, written in Crystal (a compiled, typed Ruby spinoff).

Installation

Install Crystal and Shards (the package manager).

Compiling gembot is then as simple as running make.

Usage

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.

Development

TODO: write section.

Contributing

  1. Fork it
  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