From f460c2cd7e9383f35ef93f51e7281068abfab1dc Mon Sep 17 00:00:00 2001 From: m_c_player Date: Wed, 13 Nov 2024 21:08:31 -0500 Subject: [PATCH] Update src/modules/boot.js --- src/modules/boot.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/modules/boot.js b/src/modules/boot.js index b6aed85..76b33b6 100644 --- a/src/modules/boot.js +++ b/src/modules/boot.js @@ -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 }