diff --git a/src/helpers/guilds/get_widget.ts b/src/helpers/guilds/get_widget.ts index deb28b3d9..bce3f1adc 100644 --- a/src/helpers/guilds/get_widget.ts +++ b/src/helpers/guilds/get_widget.ts @@ -1,6 +1,5 @@ import { cacheHandlers } from "../../cache.ts"; import { rest } from "../../rest/rest.ts"; -import { DiscordGuildWidget } from "../../types/guilds/guild_widget.ts"; import { Errors } from "../../types/misc/errors.ts"; import { endpoints } from "../../util/constants.ts";