Use 1:1 dms instead of group dms
This commit is contained in:
parent
117d431685
commit
13a399cb59
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user