mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
fix(startTyping): return, to not overwrite already existing entries
This commit is contained in:
@@ -268,6 +268,7 @@ class TextBasedChannel {
|
||||
if (this.client.user._typing.has(this.id)) {
|
||||
const entry = this.client.user._typing.get(this.id);
|
||||
entry.count = count || entry.count + 1;
|
||||
return;
|
||||
}
|
||||
|
||||
const entry = {
|
||||
|
||||
Reference in New Issue
Block a user