Thats it, thats the fix, thanks erkinalp

This commit is contained in:
ChrisChrome
2022-08-13 01:02:24 -06:00
parent c1034569d6
commit 78247f0dfc

View File

@@ -245,7 +245,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;