From e86658ad2a98b4f663ce644cf66eb3de731af90e Mon Sep 17 00:00:00 2001 From: ayntee Date: Sat, 14 Nov 2020 16:31:41 +0400 Subject: [PATCH] Update src/handlers/guild.ts Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> --- src/handlers/guild.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/handlers/guild.ts b/src/handlers/guild.ts index 8612d300f..d0d08103a 100644 --- a/src/handlers/guild.ts +++ b/src/handlers/guild.ts @@ -634,7 +634,7 @@ export function getGuild(guildID: string, counts = true) { export function getGuildTemplate( guildID: string, templateCode: string, -): Promise