discorder
Create Discord bots.
Install
npm install discorder
Usage
const discorder = ; const bot = ; client;
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
.