cardboardbox/events/guildCreate.js

4 lines
177 B
JavaScript
Raw Normal View History

module.exports = (client, guild) => {
client.logger.cmd(`[GUILD JOIN] ${guild.name} (${guild.id}) added the bot. Owner: ${guild.owner.user.tag} (${guild.owner.user.id})`);
};