forked from Galactic/galactic-bot
blergh
This commit is contained in:
parent
5065b85952
commit
7ea07750e5
@ -515,7 +515,7 @@ module.exports = class AutoModeration extends Observer {
|
|||||||
if (!matches) return;
|
if (!matches) return;
|
||||||
let remove = false;
|
let remove = false;
|
||||||
const filterResult = {};
|
const filterResult = {};
|
||||||
let log = 'Link filter debug:';
|
let log = `${guild.name} Link filter debug:`;
|
||||||
|
|
||||||
for (const match of matches) {
|
for (const match of matches) {
|
||||||
const { domain } = match.match(linkReg).groups;
|
const { domain } = match.match(linkReg).groups;
|
||||||
|
Loading…
Reference in New Issue
Block a user