mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 03:23:29 +01:00
fix(EmojiStore): return super.create in the create method (#1932)
This commit is contained in:
@@ -14,7 +14,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] });
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user