Skip to content

sudocode1/coffeecord

Repository files navigation

CoffeeCord

About

Discord Library written in CoffeeScript

Code Example

CoffeeCord = require "coffeecord"

Client = CoffeeCord.Client token, options

Client.on "ready", ->
  console.log "Ready", "Logged in as #{Client.user.username}##{Client.user.discriminator}"

Client.connect()

Motivation

My motivation to continue/recreate this is because I work with CoffeeScript and have always wanted a Discord Libary for CoffeeScript.
The developer ditched this project just over a year ago and I felt like doing a revival for mine, and other peoples, convenience.

Installation

npm install coffeecord

About

Discord Library written in CoffeeScript

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •