diff options
author | uurgothat <cckhmck@gmail.com> | 2021-10-17 23:23:57 +0300 |
---|---|---|
committer | uurgothat <cckhmck@gmail.com> | 2021-10-17 23:23:57 +0300 |
commit | 9cda0c2c5a6d833ad6e64b662955323d376ea59c (patch) | |
tree | 1110d373b29f9172317ee397d4d23364f3c455ab /api/src/routes/guilds | |
parent | Add discord template support (diff) | |
download | server-9cda0c2c5a6d833ad6e64b662955323d376ea59c.tar.xz |
remove unneeded import
Diffstat (limited to 'api/src/routes/guilds')
-rw-r--r-- | api/src/routes/guilds/templates/index.ts | 1 |
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; |