mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 06:31:20 +00:00
Removed console.log
This commit is contained in:
parent
90045db92d
commit
d8ac7e97a1
1 changed files with 0 additions and 1 deletions
|
|
@ -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];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue