No description
Find a file
2024-06-06 12:42:49 -04:00
languages v5.0.8 2024-05-24 10:07:53 -04:00
old v5.0.8 2024-06-04 11:11:37 -04:00
prototyping-crap v5.0.8 2024-05-24 10:07:53 -04:00
src Update src/modules/discord.js 2024-06-06 12:42:49 -04:00
.gitignore v5.0.8 2024-06-04 11:11:37 -04:00
main.sh v5.0.8 2024-05-24 10:07:53 -04:00
package-lock.json v5.0.8 2024-05-24 10:07:53 -04:00
package.json v5.0.8 2024-05-24 10:07:53 -04:00
README.md v5.0.8 2024-05-24 10:07:53 -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!