This commit is contained in:
ITOH
2021-04-15 18:06:31 +02:00
parent 6a6acf2d6c
commit 98bf292aff
27 changed files with 94 additions and 141 deletions
+4 -4
View File
@@ -37,15 +37,15 @@ export function fetchMembers(
// TODO: finish implementing this
function requestAllMembers(
guildId: string,
shardId: number,
resolve: (
_guildId: string,
_shardId: number,
_resolve: (
value:
| Collection<string, DiscordenoMember>
| PromiseLike<Collection<string, DiscordenoMember>>,
) => void,
// deno-lint-ignore no-explicit-any
options: any,
_options: any,
): void {
throw new Error("Function not implemented.");
}