Update src/modules/boot.js

This commit is contained in:
m_c_player 2024-11-13 21:08:31 -05:00
parent c0cbbd61d1
commit f460c2cd7e

View file

@ -1,10 +1,11 @@
const readline = require('readline');
function boot (bot, options, discordClient, config) {
bot.on("packet.login", (data) => {
if (bot.options.isCreayun) return
if (new Date().getDay() === 5) {
bot.chat.message('Gettin\' freaky on a friday night!');
bot.tellraw('@a', 'Left right left right beep bop beep bop thats how you do it up down up down aaa doo aaa doo thats how you do it left down up right beep baa doo uuu down down up down down right doo doo aaa doo doo uuu down up right up right doo aaa uuu aaa uuu uuu uuu ooo ooo aaa aaa aaa aaa aaaaaaaaaa');
} else {
bot.chat.message('&9FNF&3Boyfriend&1Bot &fcreated by &4Parker&02991');
bot.chat.message('&4FNF&cGirlfriend&4Bot &fstarted');
}
}) // &9 &3 &1
}