oapi: fix guild discovery requirements

This commit is contained in:
Puyodead1 2023-03-24 21:30:23 -04:00
parent 441d4241ed
commit 5c0a6f4e55
No known key found for this signature in database
GPG Key ID: A4FA4FEC0DD353FC
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -26,7 +26,7 @@ router.get(
route({
responses: {
200: {
body: "GuildDiscoveryRequirements",
body: "GuildDiscoveryRequirementsResponse",
},
},
}),

View File

@ -1,4 +1,4 @@
export interface GuildDiscoveryRequirements {
export interface GuildDiscoveryRequirementsResponse {
uild_id: string;
safe_environment: boolean;
healthy: boolean;