mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
3.3.2, fixed PMs.
This commit is contained in:
@@ -1375,7 +1375,8 @@ var Client = (function () {
|
||||
var pmc = _step13.value;
|
||||
|
||||
if (pmc.user.equals(destination)) {
|
||||
return pmc.id;
|
||||
resolve(pmc.id);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user