From 9cda0c2c5a6d833ad6e64b662955323d376ea59c Mon Sep 17 00:00:00 2001 From: uurgothat Date: Sun, 17 Oct 2021 23:23:57 +0300 Subject: remove unneeded import --- api/src/routes/guilds/templates/index.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'api/src') 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; -- cgit 1.5.1