accor
TypeScript icon, indicating that this package has built-in type declarations

1.4.1 • Public • Published

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

Package Sidebar

Install

npm i accor

Weekly Downloads

0

Version

1.4.1

License

Apache-2.0

Unpacked Size

590 kB

Total Files

602

Last publish

Collaborators

  • codesocket