mirror of
https://github.com/danbulant/discord.js
synced 2026-06-23 08:42:02 +00:00
Webpack build for branch 11.3-dev: 8df1ac9920
This commit is contained in:
parent
1ca0d57588
commit
fd50a6d3ef
2 changed files with 2 additions and 1 deletions
|
|
@ -5637,6 +5637,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 = {
|
||||
|
|
|
|||
2
discord.11.3-dev.min.js
vendored
2
discord.11.3-dev.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue