diff --git a/bot/welcome.js b/bot/welcome.js index 8f650dd..a6d1df8 100644 --- a/bot/welcome.js +++ b/bot/welcome.js @@ -4,6 +4,7 @@ const logger = require("../logger") client.on("guildCreate", async(guild) => { let channel = guild.channels.cache.find(channel => channel.type === 0); + logger.info(`${guild.ownerId} Uses Baekjoon bot newly`) if (!channel){ logger.warn(`${guild.ownerId} / No chat channel found`) return;