diff --git a/bot/src/bot/modules/antispam.ts b/bot/src/bot/modules/antispam.ts index 8ccefb4..d4ca347 100644 --- a/bot/src/bot/modules/antispam.ts +++ b/bot/src/bot/modules/antispam.ts @@ -120,7 +120,7 @@ const notifyPublicServers = async () => { res.forEach(async (serverConfig) => { try { - logger.info(`Sending notification to owner of server ${serverConfig._id}`); + logger.info(`Sending notification to owner of server ${serverConfig.id}`); await dbs.SERVERS.update( { id: serverConfig.id },