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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.4.1
    1
    • latest

Version History

Package Sidebar

Install

npm i accor

Weekly Downloads

1

Version

1.4.1

License

Apache-2.0

Unpacked Size

590 kB

Total Files

602

Last publish

Collaborators

  • codesocket