Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.
Tristan Guichaoua edited this page Oct 27, 2020 · 7 revisions

Note Some pages have not been created or are under construction.

Welcome to the discord-bot-cli wiki!

Documentation

What is discord-bot-cli ?

discord-bot-cli is a npm package based on discord.js to provide tools to make easy to create a command based bot for Discord.

Features

  • Discord type parsing: discord-bot-cli is able to parse basic value type (string, integer, float, boolean) but also discord specific type (user, channel, role, etc...).
  • Localization: it's possible to localize your command help message just with some json files.
  • Flags: discord-bot-cli can handle flags.
  • Sub command: it's possible to create a system of sub command.
  • Build-in commands: discord-bot-cli contains some build-in commands such as help or list you can load or overwrite by creating them your self.
  • Command reload: possibility to reload a specific command without restart the bot.
  • Throttling: limit the usage of a command in time.
  • Permissions checking: check if the user or the client has required permissions to perform the action.

An idea of feature ?

You have an idea of feature to add ? Click here and create an issue to explain this feature.

Clone this wiki locally