udit2303 / discord-modmail

discord.js modmail with rich features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord.JS 12 Modmail

A modmail with rich features.

Features

  • Ticket number (no utility yet)
  • Anonymous reply (areply command)
  • Normal reply (reply command)
  • Block and unblock users (block & unblock commands)
  • Pause a ticket (pause & continue commands)
  • 10-seconds timeout before deleting channel after closing a ticket (complete)
  • Notify the author when pausing/unpausing/closing a ticket.
  • Get the user ID (id command)

The bot will only send mods' messages to the user if mods use reply/areply commands.

Installation

  1. Clone this repo
  2. Install NPM/Node
  3. Run npm install discord.js (it'll automatically install 12.2.0 version)
  4. Run npm install quick.db
  5. Start your bot.

Needed Node modules/plugins

  • discord.js^12.2.0, the core plugin.
  • quick.db^7.1.1, the database plugin.

View in package.json

About

discord-modmail by Cyanic76, a JS modmail with rich features.

About

discord.js modmail with rich features

License:MIT License


Languages

Language:JavaScript 100.0%