regenerate openapi.json
This commit is contained in:
parent
af36ea0bb5
commit
601a9d535b
Binary file not shown.
@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"npmDepsHash": "sha256-kdS1SwcBu6Dor92iO1ickLgz0T5UL16nyA49xXGajf4="
|
"npmDepsHash": "sha256-kdS1SwcBu6Dor92iO1ickLgz0T5UL16nyA49xXGajf4="
|
||||||
}
|
}
|
||||||
@ -17,7 +17,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
export interface RequestGuildMembersSchema {
|
export interface RequestGuildMembersSchema {
|
||||||
guild_id: string | string[];
|
guild_id: string | [string];
|
||||||
query?: string;
|
query?: string;
|
||||||
limit?: number;
|
limit?: number;
|
||||||
presences?: boolean;
|
presences?: boolean;
|
||||||
|
|||||||
Reference in New Issue
Block a user