discord.js-commando-send
TypeScript icon, indicating that this package has built-in type declarations

0.13.0-dev • Public • Published

Commando

Downloads Version

About

Commando is the official command framework for discord.js. It is flexible, fully object-oriented, easy to use, and makes it trivial to create your own powerful commands. Additionally, it makes full use of ES2017's async/await functionality for clear, concise code that is simple to write and easy to comprehend.

Features

  • Plain command names and aliases
  • Regular expression triggers
  • Robust parsing of arguments (with "quoted strings" support)
  • Sophisticated argument system (optional)
    • Automatic prompting for arguments that aren't provided
    • Type system with rules, automatic validation, and parsing to usable values
      • Basic types (string, integer, float, boolean)
      • Discord objects (user, member, role, channel, message)
      • User-defined custom types
      • Union types
    • Automatic re-prompting of invalid arguments
    • Optional arguments with default values
    • Infinite arguments (arguments that accept as many values as provided)
  • Multiple responses to commands
  • Command editing (user edits their message that triggered the command, and the bot's response updates with it)
  • Command reloading, as well as loading/unloading
  • Command throttling/cooldowns

Installation

Node 8.6.0 or newer is required.
npm install @floppa2/discord.js-commando

Documentation

View the docs here.
See the discord.js documentation as well.

Any bugs report them to this server: https://discord.gg/JcPQm875q6

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.13.0-dev
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.13.0-dev
    0

Package Sidebar

Install

npm i discord.js-commando-send

Weekly Downloads

0

Version

0.13.0-dev

License

Apache-2.0

Unpacked Size

207 kB

Total Files

50

Last publish

Collaborators

  • floppa2