oapi: fix guild discovery requirements
This commit is contained in:
parent
441d4241ed
commit
5c0a6f4e55
Binary file not shown.
Binary file not shown.
@ -26,7 +26,7 @@ router.get(
|
||||
route({
|
||||
responses: {
|
||||
200: {
|
||||
body: "GuildDiscoveryRequirements",
|
||||
body: "GuildDiscoveryRequirementsResponse",
|
||||
},
|
||||
},
|
||||
}),
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
export interface GuildDiscoveryRequirements {
|
||||
export interface GuildDiscoveryRequirementsResponse {
|
||||
uild_id: string;
|
||||
safe_environment: boolean;
|
||||
healthy: boolean;
|
||||
|
||||
Reference in New Issue
Block a user