mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 08:33:30 +01:00
Move _typing to text-based channels
This commit is contained in:
@@ -72,9 +72,9 @@ class GroupDMChannel extends Channel {
|
||||
}
|
||||
}
|
||||
|
||||
this.id = data.id;
|
||||
this.type = 'group';
|
||||
this.lastMessageID = data.last_message_id;
|
||||
this._typing = new Map();
|
||||
}
|
||||
|
||||
equals(other) {
|
||||
|
||||
Reference in New Issue
Block a user