13 lines
392 B
Markdown
13 lines
392 B
Markdown
|
exploits module was gitignored to prevent exploit leaks so the bot will not being able to run some commands without it
|
||
|
please make a file called exploits.js in modules and add this
|
||
|
```js
|
||
|
function exploits (bot, options, context) {
|
||
|
bot.exploits = {
|
||
|
hoe: ''
|
||
|
}
|
||
|
}
|
||
|
module.exports = exploits;
|
||
|
```
|
||
|
also src/commands/kick.js was gitignored so exploits wont be leaked
|
||
|
v5.0.8 is not done yet!
|