mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 08:33:30 +01:00
3.3.2, fixed PMs.
This commit is contained in:
@@ -1149,7 +1149,8 @@ class Client {
|
||||
//check if we have a PM
|
||||
for (var pmc of self.pmChannelCache) {
|
||||
if (pmc.user.equals(destination)) {
|
||||
return pmc.id;
|
||||
resolve(pmc.id);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user