Skip to content

Commit

Permalink
support open source <3
Browse files Browse the repository at this point in the history
  • Loading branch information
zfbx authored Apr 15, 2022
1 parent 2cd2fcd commit 0e3b385
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/events/ready.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
},
};
Expand Down

0 comments on commit 0e3b385

Please sign in to comment.