This commit is contained in:
ITOH
2021-04-12 09:30:45 +02:00
parent 51e27d8f17
commit b9bd29ebf8
44 changed files with 268 additions and 221 deletions
+1 -1
View File
@@ -15,5 +15,5 @@ export async function getGuild(guildId: string, counts = true) {
with_counts: counts,
});
return snakeKeysToCamelCase(result) as Guild;
return snakeKeysToCamelCase<Guild>(result);
}