1.0.2 • Published 4 years ago

discord-biscuit v1.0.2

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

Biscuit 1.0

Discord Biscuit is a another simple wrapper to interact with the Discord API

NOTE: Discord Biscuit is in development. So, there are not many functions as while

Installation

npm intall --save discord-biscuit

Simple Usage

const Biscuit = require('discord-biscuit');
const client = new Biscuit('your-token-goes-here');

client.connect();