fix: broken import errors (#779)

* fix: broken import errors

* fix: snake case name
This commit is contained in:
Skillz4Killz
2021-04-08 14:22:11 -04:00
committed by GitHub
parent d8e12e7f8a
commit 3eaf1a5dcc
119 changed files with 355 additions and 398 deletions
-1
View File
@@ -2,7 +2,6 @@ import { cacheHandlers } from "../../cache.ts";
import { rest } from "../../rest/rest.ts";
import { structures } from "../../structures/mod.ts";
import { DiscordChannelTypes } from "../../types/channels/channel_types.ts";
import { DiscordenoCreateMessage } from "../../types/discordeno/create_message.ts";
import { DiscordAllowedMentionsTypes } from "../../types/messages/allowed_mentions_types.ts";
import { DiscordMessage } from "../../types/messages/message.ts";
import { Errors } from "../../types/misc/errors.ts";