polemikal / discord-app-commands-v13

A great application command handler bot for Discord servers!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

discord-app-commands-v13

A great multiple application command handler bot for Discord servers!

chat_input user message

Features

  • Multiple application command handling.
  • Slash command handling.
  • User command handling.
  • Message command handling.
  • Ability to create application commands easily.

📋 Setup and Run

  1. Enter TOKEN, CLIENT_ID and GUILD_ID in config.json file. (GUILD_ID is optional.)
  2. If guild option is set, give a permission to load application commands for Discord bot (Enter YOUR_CLIENT_ID in URL.) https://discord.com/oauth2/authorize?client_id=YOUR_CLIENT_ID&scope=applications.commands.
  3. Open a new terminal from project folder then install all modules with npm i.
  4. Finally run app.js file from terminal. (Example run command: node app.js.)

❓ Application Command Types

NAME VALUE
CHAT_INPUT 1
USER 2
MESSAGE 3

Links

Contributing

Contributions, issues and feature requests are very important! Do not forget issues page.

Contact

License

This project is licensed under the MIT license. See the file LICENSE for more information.

About

A great application command handler bot for Discord servers!

License:MIT License


Languages

Language:JavaScript 100.0%