diff --git a/server/events/ready.js b/server/events/ready.js index 9840cad..1ba8543 100644 --- a/server/events/ready.js +++ b/server/events/ready.js @@ -31,6 +31,7 @@ module.exports = { } if (client.config.EnableBotStatusMessages && client.config.BotStatusMessages) statusUpdater(client); client.utils.log.info(`Logged in as ${client.user.tag}`); + client.utils.log.info(`Enjoying zdiscord? Consider supporting it at patreon.com/zfbx or paypal.me/zfbx <3`); emit("zdiscord:ready"); }, };