oapi: fix guild discovery requirements

This commit is contained in:
Puyodead1
2023-04-13 15:29:21 -04:00
parent 441d4241ed
commit 5c0a6f4e55
4 changed files with 2 additions and 2 deletions
@@ -26,7 +26,7 @@ router.get(
route({
responses: {
200: {
body: "GuildDiscoveryRequirements",
body: "GuildDiscoveryRequirementsResponse",
},
},
}),