Introduction
If you're reading this, it probably means you want to learn how to extend the capabilities of Disclosure. Awesome! You've come to the right place.
Disclosure Bot comes with a plugin handler that makes it easy to work with the bot without having to edit the internal code. And it's heavily inspired by Minecraft Server Plugin System! This guide describes the basics of creating your plugins.
Before writing a plugin, it's a good idea to be familiar with JavaScript, ES Modules, NodeJS, and Discord.js
This guide will teach you how to create your very first plugin written in JavaScript or TypeScript
Last updated