fix(EmojiStore): return super.create in the create method (#1932)

This commit is contained in:
SpaceEEC
2017-09-11 01:20:55 +02:00
committed by Crawl
parent 29b4ca7f23
commit cc0b65d70b

View File

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