1.4.1 • Published 5 years ago
accor
Licence
Apache-2.0
Version
1.4.1
Deps
11
Size
576 kB
Vulns
2
Weekly
0
Accor
Installation
npm install accor
Examples/Setup
const accor = require('accor');
const bot = new accor.Bot({
token: "DISCORD BOT TOKEN",
prefix: "YOUR BOTS PREFIX"
});
bot.onMessage();
bot.command({
name: "ping",
code: `pong!\`$ping\`ms!`
});