0.1.5-alpha • Published 5 years ago

coffeecord v0.1.5-alpha

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

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

Installation

npm install coffeecord