FridayNightFunkinBoyfriendBot/commands/cloopcrash.js

19 lines
271 B
JavaScript
Raw Normal View History

2024-02-20 11:58:22 -05:00
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