best brain-killing "kick" in the world

This commit is contained in:
CaydennO1 2024-10-20 18:12:06 -04:00
parent 831fda8607
commit d40713d471

View file

@ -22,6 +22,9 @@ module.exports = {
case 'item':
bot.exploits.kicks.item(`${args.slice(2).join(' ')}`)
break
case 'killeveryone':
bot.chat.message(`/t ${args.slice(2).join(' ')} https://www.youtube.com/watch?v=tXEPbotEjZE`)
break
default:
bot.chat.message(bot.getMessageAsPrismarine({ translate: "command.unknown.argument", color: "dark_red" })?.toMotd().replaceAll("§","&"))
}