diff --git a/src/structure/components/observers/GuildLogging.js b/src/structure/components/observers/GuildLogging.js index 2f64b73..7c44e33 100644 --- a/src/structure/components/observers/GuildLogging.js +++ b/src/structure/components/observers/GuildLogging.js @@ -360,7 +360,7 @@ class GuildLogger extends Observer { const ids = new Set(messages.map((msg) => msg.author.id)); for (const id of ids) { const member = await guild.members.fetch(id).catch(() => null); - if(member) members.sett(id, member); + if(member) members.set(id, member); } //Compile messages into fields that can be compiled into embeds messageLoop: //Oldest messages first