From c981af74c1551d78a70a14535dc73d944596f6eb Mon Sep 17 00:00:00 2001 From: "Navy.gif" Date: Tue, 28 Jun 2022 21:23:54 +0300 Subject: [PATCH] blergh --- src/structure/components/observers/Automoderation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structure/components/observers/Automoderation.js b/src/structure/components/observers/Automoderation.js index 0eedd91..5c267ba 100644 --- a/src/structure/components/observers/Automoderation.js +++ b/src/structure/components/observers/Automoderation.js @@ -542,7 +542,7 @@ module.exports = class AutoModeration extends Observer { } const valid = await resolver.validateDomain(domain); if (!valid) { - this.client.emit('linkFilterWarn', { message: guild.format('LINKFILTER_WARN', { domain }) }); + this.client.emit('linkFilterWarn', { message: wrapper.format('LINKFILTER_WARN', { domain }) }); continue; }