mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 14:41:36 +00:00
Webpack build for branch master: 7eb9e65c41
This commit is contained in:
parent
3cbc77eee4
commit
c1961e7804
2 changed files with 2 additions and 2 deletions
|
|
@ -23505,7 +23505,7 @@ class Client extends EventEmitter {
|
|||
get emojis() {
|
||||
const emojis = new Collection();
|
||||
for (const guild of this.guilds.values()) {
|
||||
for (const emoji of guild.emojis.values()) emojis.set(emoji.id, emoji);
|
||||
if (guild.available) for (const emoji of guild.emojis.values()) emojis.set(emoji.id, emoji);
|
||||
}
|
||||
return emojis;
|
||||
}
|
||||
|
|
|
|||
2
discord.master.min.js
vendored
2
discord.master.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue