Fix guild.members.fetch()
New event: guildMemberListUpdate (same as guildMemberChunk)
This commit is contained in:
March 7th
2022-04-11 19:48:20 +07:00
parent 9672b325a1
commit 89d8b08a08
7 changed files with 194 additions and 78 deletions

View File

@@ -206,6 +206,7 @@ const Messages = {
MESSAGE_ID_NOT_FOUND: 'Message ID not found',
MESSAGE_EMBED_LINK_LENGTH:
'Message content with embed link length is too long',
GUILD_MEMBERS_FETCH: (msg) => `${msg}`
};
for (const [name, message] of Object.entries(Messages)) register(name, message);