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