mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 05:52:05 +00:00
Whoopsies
This commit is contained in:
parent
b8e659d544
commit
682e33cad9
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ class Client extends EventEmitter {
|
||||||
get emojis() {
|
get emojis() {
|
||||||
const emojis = new Collection();
|
const emojis = new Collection();
|
||||||
for (const guild of this.guilds.values()) {
|
for (const guild of this.guilds.values()) {
|
||||||
for (const emoji of guild.emojis) emojis.set(emoji.id, emoji);
|
for (const emoji of guild.emojis.values()) emojis.set(emoji.id, emoji);
|
||||||
}
|
}
|
||||||
return emojis;
|
return emojis;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue