📦 Example Plugin
Name | Example Plugin |
---|---|
Author | DJj123dj |
Filename | example.plugin.js |
Compatible Versions | v2.5.x & v3.x.x |
Category | Useless |
This is the description of the plugin! Here you can specify many details about what the plugin does!
You can even include markdown like this, this or this
. And what about colors?
- You can also
- provide lists
- like this
Description
This is the long description of the plugin! Here you can write your entire life story... and what the plugin does!
You can even include markdown like this, this or this
. And what about colors?
- You can also
- provide lists
- like this
for the detectives
Did you know that this description is copied from the short description! I didn't have any inspiration!
for the noobs
It's recommended to install the plugin before starting the bot!
for the pros
It's recommended to not click the link if you are sensitive for rickrolls!
for the hackers
Did you put a token stealer in there? 👀
for the dark mode users
Here is a little bit of light!
Preview
example.plugin.js
const discord = require("discord.js")
const {client,config,events,utils,actions} = require("../core/api/api.js")
module.exports = () => {
console.log("yay!")
}