mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
Move _typing to text-based channels
This commit is contained in:
@@ -20,7 +20,6 @@ class Channel {
|
||||
*/
|
||||
this.type = null;
|
||||
|
||||
this._typing = new Map();
|
||||
if (data) this.setup(data);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user