ahmedgames444 / support-bot

Simple support bot with buttons and select menus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support-bot by Fnr#0017

Simple discord bot for support servers


Note: Node.js 16.6.0 or newer is required.


Installation

npm install

You need to create config.json file

  • config.json
  • token = Discord Bot Token
  • msgChannel = Channel id for bot to send message
  • supportRoleId = support role id for permissions in ticket
{
    "token": "YOUR_DISCORD_BOT_TOKEN",
    "msgChannel": "CHANNEL_ID",
    "categoryId": "CATEGORY_ID",
    "supportRoleId": "SUPPORT_ROLE_ID"
}

If you need help you can contact me in discord Fnr#0017

About

Simple support bot with buttons and select menus


Languages

Language:JavaScript 100.0%