@castery/caster-discord
v0.0.11
Published
🤖⛓️ The Discord platform for caster
Downloads
29
Readme
🤖 This is the official platform integration module for caster. This platform was created for the social network VK
| 🤖 Caster | 📖 Documentation | |------------------------------------------------|----------------------------|
Installation
Node.js 8.0.0 or newer is required
Yarn
Recommended, auto assembly
yarn add @castery/caster-discord
NPM
npm install @castery/caster-discord --save
Usage
import { DiscordPlatform } from '@castery/caster-discord';
/* ... */
const discord = new DiscordPlatform({
adapter: {
token: '<token>'
}
});
caster.use(discord);