remove unneeded import

This commit is contained in:
uurgothat
2021-10-17 23:23:57 +03:00
parent 3b6fc60783
commit 6268064241
-1
View File
@@ -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;