mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 08:33:30 +01:00
Add channel.type
This commit is contained in:
@@ -112,6 +112,7 @@ class GroupDMChannel extends Channel {
|
||||
* @type {User}
|
||||
*/
|
||||
this.owner = this.client.users.get(data.owner_id);
|
||||
this.type = 'group';
|
||||
}
|
||||
|
||||
sendMessage() {
|
||||
|
||||
Reference in New Issue
Block a user