/open-ticket-plugins

A collection of plugins for open-ticket bot

Primary LanguageJavaScript

Open Ticket Plugins

This is a small collection of plugins for the open-ticket discord bot that I have developed.

I have alot of private plugins that I am currently not releasing because they are either badly written, already being added to open-ticket or they were made for private use.

FAQ

Do you accept request?

Yes, use the plugin request template here

Will you continue to update these plugins?

Probably

Installation

  • Setup your open-ticket project to work with these plugins

    • In the plugins folder create another folder called configs
    • If you are using html-transcripts, you must disable transcripts in the main bot config first
  • Install the plugins

    • To install any of the plugins just download them and move them into your plugins folder
  • Install & setup configs

    • To install the configs just find the configs for the plugins you are using and move them into the configs folder you created before
    • To setup the configs just open the json files and input the information it asks for
  • Start the bot using

  npm start

The console should show that each plugin has loaded successfully

Authors