1.4.1 • Published 3 years ago

accor v1.4.1

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
3 years ago

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!`
});