discord-bot-plugins
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "discord-bot-plugins", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -12,3 +12,12 @@ # discord-bot-plugins | ||
Making a plugin: | ||
```js | ||
module.exports.load = async (client) => { | ||
//your code here | ||
}; | ||
``` | ||
any issues? feel free to join my [Discord](https://discord.gg/HBZcEhxHSj) | ||
❤ Typings by CasperTheGhost and made with ❤ |
2729
23