mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 11:33:30 +01:00
Removed console.log
This commit is contained in:
@@ -144,7 +144,6 @@ var Resolver = (function () {
|
|||||||
_mentions.push(userID);
|
_mentions.push(userID);
|
||||||
changed = changed.replace(new RegExp(mention, "g"), "@" + this.internal.client.users.get("id", userID).username);
|
changed = changed.replace(new RegExp(mention, "g"), "@" + this.internal.client.users.get("id", userID).username);
|
||||||
}
|
}
|
||||||
console.log(changed);
|
|
||||||
return [_mentions, changed];
|
return [_mentions, changed];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user