mirror of
https://github.com/danbulant/discord.js
synced 2026-05-24 20:42:27 +00:00
fix(EmojiStore): return super.create in the create method (#1932)
This commit is contained in:
parent
29b4ca7f23
commit
cc0b65d70b
1 changed files with 1 additions and 1 deletions
|
|
@ -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] });
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue