FridayNightFunkinBoyfriendBot/src/modules/boot.js

7 lines
208 B
JavaScript
Raw Normal View History

2024-07-07 15:44:16 -04:00
function boot (bot, options, discordClient, config) {
bot.on("packet.login", (data) => {
bot.chat.message('&9FNF&3Boyfriend&1Bot &fcreated by &4Parker&02991');
}) // &9 &3 &1
}
module.exports = boot;