refactor: remove typing caching (#6114)

Co-authored-by: DTrombett <73136330+DTrombett@users.noreply.github.com>
This commit is contained in:
Antonio Román
2021-07-16 13:20:05 +02:00
committed by GitHub
parent 4206e35b23
commit 576eee8de2
13 changed files with 140 additions and 200 deletions

View File

@@ -38,7 +38,6 @@ class TextChannel extends GuildChannel {
* @type {boolean}
*/
this.nsfw = Boolean(data.nsfw);
this._typing = new Map();
}
_patch(data) {
@@ -193,10 +192,7 @@ class TextChannel extends GuildChannel {
get lastMessage() {}
get lastPinAt() {}
send() {}
startTyping() {}
stopTyping() {}
get typing() {}
get typingCount() {}
sendTyping() {}
createMessageCollector() {}
awaitMessages() {}
createMessageComponentCollector() {}