Webpack build for branch master: cc0b65d70b

This commit is contained in:
Travis CI 2017-09-10 23:24:08 +00:00
parent 88a242ae92
commit 80aff770ee
2 changed files with 2 additions and 2 deletions

View file

@ -18225,7 +18225,7 @@ class EmojiStore extends DataStore {
} }
create(data, cache) { create(data, cache) {
super.create(data, cache, { extras: [this.guild] }); return super.create(data, cache, { extras: [this.guild] });
} }
/** /**

File diff suppressed because one or more lines are too long