eludris-community / crudris

A Crystal API wrapper for interacting with the Eludris API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crudris

Crudris is a Crystal API wrapper for the Eludris API.

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      crudris:
        github: eludris-community/crudris
  2. Run shards install

Basic Usage

require "crudris"

client = Crudris::Client.new("Bot Bot Bot Bot Bot")
client.connect

About

A Crystal API wrapper for interacting with the Eludris API.

License:MIT License


Languages

Language:Crystal 100.0%