mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 09:50:07 +00:00
omit guildid
This commit is contained in:
@@ -19,7 +19,7 @@ import { ws } from "../../ws/ws.ts";
|
||||
export function fetchMembers(
|
||||
guildId: string,
|
||||
shardId: number,
|
||||
options?: RequestGuildMembers,
|
||||
options?: Omit<RequestGuildMembers, "guildId">,
|
||||
) {
|
||||
// You can request 1 member without the intent
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user