Update src/helpers/guilds/get_widget.ts

This commit is contained in:
ayntee
2021-04-30 19:38:23 +04:00
committed by GitHub
parent 6b576c75fe
commit 5ef685811b
-1
View File
@@ -1,6 +1,5 @@
import { cacheHandlers } from "../../cache.ts"; import { cacheHandlers } from "../../cache.ts";
import { rest } from "../../rest/rest.ts"; import { rest } from "../../rest/rest.ts";
import { DiscordGuildWidget } from "../../types/guilds/guild_widget.ts";
import { Errors } from "../../types/misc/errors.ts"; import { Errors } from "../../types/misc/errors.ts";
import { endpoints } from "../../util/constants.ts"; import { endpoints } from "../../util/constants.ts";