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:41 +04:00
committed by GitHub
parent 357f2d06a4
commit e86658ad2a

View File

@@ -634,7 +634,7 @@ export function getGuild(guildID: string, counts = true) {
export function getGuildTemplate(
guildID: string,
templateCode: string,
): Promise<Template> {
) {
return RequestManager.get(
`${endpoints.GUILD_TEMPLATES(guildID)}/${templateCode}`,
) as any;