mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 08:33:30 +01:00
TypingStart handler
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
class Channel {
|
||||
constructor(client, data) {
|
||||
this.client = client;
|
||||
this.typingMap = {};
|
||||
this.typingTimeouts = [];
|
||||
if (data) {
|
||||
this.setup(data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user