Webpack build for branch 11.3-dev: 8df1ac9920

This commit is contained in:
Travis CI 2018-01-22 13:13:20 +00:00
parent 1ca0d57588
commit fd50a6d3ef
2 changed files with 2 additions and 1 deletions

View file

@ -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 = {

File diff suppressed because one or more lines are too long