Creating Addons

Documentation on how to Create Addons for Champion Tickets Discord Bot.

Creating Addons is really easy, all that you have to do is to follow few easy steps and you're ready to go!

  1. Create Folder in 'addons' folder with name of your addon.

  2. Create '.js' file in that folder with whatever name (preferably addon name).

  3. Create 'addon_config.yml' file in that folder (optional).

  4. Copy contents of 'example' addon into that file.

    4.1 If you haven't created 'addon_config.yml' file then you'll have to remove all mentions of that file.

  5. Start playing around!

Last updated