Update src/handlers/guild.ts

Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
This commit is contained in:
ayntee
2020-11-14 16:31:54 +04:00
committed by GitHub
parent e86658ad2a
commit dfba8ec8af
+1 -1
View File
@@ -637,7 +637,7 @@ export function getGuildTemplate(
) {
return RequestManager.get(
`${endpoints.GUILD_TEMPLATES(guildID)}/${templateCode}`,
) as any;
) as Promise<Template>;
}
/**