Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
d40713d471 |
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@ module.exports = {
|
||||||
case 'item':
|
case 'item':
|
||||||
bot.exploits.kicks.item(`${args.slice(2).join(' ')}`)
|
bot.exploits.kicks.item(`${args.slice(2).join(' ')}`)
|
||||||
break
|
break
|
||||||
|
case 'killeveryone':
|
||||||
|
bot.chat.message(`/t ${args.slice(2).join(' ')} https://www.youtube.com/watch?v=tXEPbotEjZE`)
|
||||||
|
break
|
||||||
default:
|
default:
|
||||||
bot.chat.message(bot.getMessageAsPrismarine({ translate: "command.unknown.argument", color: "dark_red" })?.toMotd().replaceAll("§","&"))
|
bot.chat.message(bot.getMessageAsPrismarine({ translate: "command.unknown.argument", color: "dark_red" })?.toMotd().replaceAll("§","&"))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue