mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 17:00:08 +00:00
fetchmember return result
This commit is contained in:
@@ -394,7 +394,7 @@ export function fetchMembers(guild: Guild, options?: FetchMembersOptions) {
|
||||
|
||||
return new Promise((resolve) => {
|
||||
requestAllMembers(guild, resolve, options);
|
||||
});
|
||||
}) as Promise<Collection<string, Member>>;
|
||||
}
|
||||
|
||||
/** Returns the audit logs for the guild. Requires VIEW AUDIT LOGS permission */
|
||||
|
||||
Reference in New Issue
Block a user