1.0.0 • Published 5 years ago

discorder v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

discorder Travis CI Build Status

Create Discord bots.

NPM Badge

Install

npm install discorder

Usage

const discorder = require("discorder");

const bot = discorder("bot token");

client.on("ready", () => {
	console.log("Connected!");
});

API

discorder(token, options?)

Returns a new Discord.Client instance.

token

Type: string

The Discord bot token.

options

Type: object

Same as options for Discord.Client.