best brain-killing "kick" in the world
This commit is contained in:
parent
831fda8607
commit
d40713d471
1 changed files with 3 additions and 0 deletions
|
@ -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("§","&"))
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue