1.0.0 • Published 5 years ago
discorder v1.0.0
discorder 
Create Discord bots.
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
.
1.0.0
5 years ago