mirror of
https://code.chipmunk.land/Parker2991/FridayNightFunkinBoyfriendBot.git
synced 2024-11-14 19:34:59 -05:00
mirror
languages | ||
old | ||
prototyping-crap | ||
src | ||
.gitignore | ||
chess_cuz_why_the_hell_not.md | ||
filter.js | ||
filter.json | ||
hashGen.js | ||
main.sh | ||
package-lock.json | ||
package.json | ||
README.md |
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
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!