Use 1:1 dms instead of group dms

This commit is contained in:
Madeline 2022-07-03 15:01:51 +10:00
parent 117d431685
commit 13a399cb59

View File

@ -255,7 +255,7 @@ export class Channel extends BaseClass {
} }
**/ **/
const type = recipients.length > 1 ? ChannelType.DM : ChannelType.GROUP_DM; const type = recipients.length > 1 ? ChannelType.GROUP_DM : ChannelType.DM;
let channel = null; let channel = null;