this is the biggest pain ever

This commit is contained in:
ITOH
2021-05-04 12:38:54 +02:00
parent 320180edee
commit 19cbad63a2
95 changed files with 141 additions and 144 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { rest } from "../../rest/rest.ts";
import { GuildPreview } from "../../types/guilds/guild_preview.ts";
import type { GuildPreview } from "../../types/guilds/guild_preview.ts";
import { endpoints } from "../../util/constants.ts";
/** Returns the guild preview object for the given id. If the bot is not in the guild, then the guild must be Discoverable. */