discorder

Create Discord bots.


Keywords
discord, server, bot, host, boilerplate
License
MIT
Install
npm install discorder@1.0.0

Documentation

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.