regenerate openapi.json

This commit is contained in:
Cyber 2024-08-17 11:40:34 +02:00
parent af36ea0bb5
commit 601a9d535b
3 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -1,3 +1,3 @@
{
"npmDepsHash": "sha256-kdS1SwcBu6Dor92iO1ickLgz0T5UL16nyA49xXGajf4="
}
"npmDepsHash": "sha256-kdS1SwcBu6Dor92iO1ickLgz0T5UL16nyA49xXGajf4="
}

View File

@ -17,7 +17,7 @@
*/
export interface RequestGuildMembersSchema {
guild_id: string | string[];
guild_id: string | [string];
query?: string;
limit?: number;
presences?: boolean;