Merge pull request #742 from discordeno/fix-errors-imports

fix: bunch of imports that were missing
This commit is contained in:
Skillz4Killz
2021-04-03 23:37:14 -04:00
committed by GitHub
95 changed files with 311 additions and 226 deletions
+2
View File
@@ -2,6 +2,8 @@ import { eventHandlers } from "../../bot.ts";
import { cache, cacheHandlers } from "../../cache.ts";
import { structures } from "../../structures/mod.ts";
import { basicShards } from "../../ws/shard.ts";
import { DiscordGatewayPayload } from "../../types/gateway/gateway_payload.ts";
import { DiscordGuild } from "../../types/guilds/guild.ts";
export async function handleGuildCreate(
data: DiscordGatewayPayload,