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 }