No description
Find a file
Parker2991 199d49203c v5.1.1
2024-07-07 14:17:43 -04:00
languages v5.1.1 2024-07-07 14:17:43 -04:00
old v5.1.1 2024-07-07 14:17:43 -04:00
prototyping-crap v5.1.1 2024-07-07 14:17:43 -04:00
src v5.1.1 2024-07-07 14:17:43 -04:00
.gitignore v5.1.1 2024-07-07 14:17:43 -04:00
chess_cuz_why_the_hell_not.md v5.1.1 2024-07-07 14:17:43 -04:00
filter.js v5.1.1 2024-07-07 14:17:43 -04:00
filter.json v5.1.1 2024-07-07 14:17:43 -04:00
hashGen.js v5.1.1 2024-07-07 14:17:43 -04:00
main.sh v5.1.1 2024-07-07 14:17:43 -04:00
package-lock.json v5.1.1 2024-07-07 14:17:43 -04:00
package.json v5.1.1 2024-07-07 14:17:43 -04:00
README.md v5.1.1 2024-07-07 14:17:43 -04: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 v5.0.8 is not done yet!