mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-01 00:20:07 +00:00
Add TextBasedChannel.setTyping(bool)
This commit is contained in:
@@ -43,6 +43,10 @@ class TextChannel extends GuildChannel {
|
||||
bulkDelete() {
|
||||
return;
|
||||
}
|
||||
|
||||
setTyping() {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
TextBasedChannel.applyToClass(TextChannel, true);
|
||||
|
||||
Reference in New Issue
Block a user