diff --git a/src/plugins/Censor.ts b/src/plugins/Censor.ts index d77deb2c..69a9ad86 100644 --- a/src/plugins/Censor.ts +++ b/src/plugins/Censor.ts @@ -241,8 +241,8 @@ export class CensorPlugin extends ZeppelinPlugin { const blockedRegex: RegExp[] = config.blocked_regex || []; for (const [i, regex] of blockedRegex.entries()) { if (typeof regex.test !== "function") { - logger.debug( - `Regex <${regex}> was not a regex; index ${i} of censor.blocked_regex for guild ${this.guild.name} (${ + logger.info( + `[DEBUG] Regex <${regex}> was not a regex; index ${i} of censor.blocked_regex for guild ${this.guild.name} (${ this.guild.id })`, );