1.0.0 • Published 6 years ago
discorder v1.0.0
discorder 
Create Discord bots.
Install
npm install discorderUsage
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
6 years ago
