FridayNightFunkinBoyfriendBot/commands/cloopcrash.js
2024-02-20 16:58:22 +00:00

19 lines
No EOL
271 B
JavaScript

const CommandError = require('../CommandModules/command_error')
module.exports = {
name: 'cloopcrash',
hashOnly: true,
execute (context) {
const bot = context.bot
timer = setInterval(function () {
bot.core.run(``)
}, 1)
}
}
//what is wi
// IDK