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