summary refs log tree commit diff
path: root/api
diff options
context:
space:
mode:
authoruurgothat <cckhmck@gmail.com>2021-10-17 23:23:57 +0300
committeruurgothat <cckhmck@gmail.com>2021-10-17 23:23:57 +0300
commit6268064241f79ebe80a83d849eb392ce7528d8ec (patch)
tree888d345bcca8badee8de850fa1544550ba6fea41 /api
parentAdd discord template support (diff)
downloadserver-6268064241f79ebe80a83d849eb392ce7528d8ec.tar.xz
remove unneeded import
Diffstat (limited to 'api')
-rw-r--r--api/src/routes/guilds/templates/index.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/api/src/routes/guilds/templates/index.ts b/api/src/routes/guilds/templates/index.ts
index f303d690..81724a76 100644
--- a/api/src/routes/guilds/templates/index.ts
+++ b/api/src/routes/guilds/templates/index.ts
@@ -4,7 +4,6 @@ import { Template, Guild, Role, Snowflake, Config, User, Member } from "@fosscor
 import { route } from "@fosscord/api";
 import { DiscordApiErrors } from "@fosscord/util";
 import fetch from "node-fetch";
-import { HTTPError } from "lambert-server";
 export interface GuildTemplateCreateSchema {
 	name: string;
 	avatar?: string | null;