No description
Find a file
2024-05-02 09:36:06 -04:00
prototyping-crap FNFBoyfriendBot v5.0.7c 2024-05-02 15:33:01 +02:00
src wtf 2024-05-02 09:36:06 -04:00
.gitignore FNFBoyfriendBot v5.0.7c 2024-05-02 15:33:01 +02:00
main.sh FNFBoyfriendBot v5.0.7c 2024-05-02 15:33:01 +02:00
music.js FNFBoyfriendBot v5.0.7b 2024-04-22 19:07:29 +02:00
package-lock.json FNFBoyfriendBot v5.0.7c 2024-05-02 15:33:01 +02:00
package.json FNFBoyfriendBot v5.0.7c 2024-05-02 15:33:01 +02:00
README.md FNFBoyfriendBot v5.0.7c 2024-05-02 15:33:01 +02:00

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