Update fetch_members.ts

This commit is contained in:
ITOH
2021-04-13 10:44:36 +02:00
parent 0028fac698
commit 0032941b25

View File

@@ -35,6 +35,7 @@ export function fetchMembers(
}) as Promise<Collection<string, DiscordenoMember>>;
}
// TODO: finish implementing this
function requestAllMembers(
guildId: string,
shardId: number,
@@ -43,6 +44,7 @@ function requestAllMembers(
| Collection<string, DiscordenoMember>
| PromiseLike<Collection<string, DiscordenoMember>>,
) => void,
// deno-lint-ignore no-explicit-any
options: any,
): void {
throw new Error("Function not implemented.");