change(types): move error & file_content to discordeno/ (#903)

* refactor(types): move errors, file_content module to types/discordeno

* refactor(types): move error & file_content module to discordeno/

* Update and fix import statements
This commit is contained in:
rigormorrtiss
2021-05-05 20:19:28 +04:00
committed by GitHub
parent c3e2316e36
commit 6f280e7781
39 changed files with 38 additions and 38 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { rest } from "../../rest/rest.ts";
import { structures } from "../../structures/mod.ts";
import type { GuildMemberWithUser } from "../../types/guilds/guild_member.ts";
import type { ModifyGuildMember } from "../../types/guilds/modify_guild_member.ts";
import { Errors } from "../../types/misc/errors.ts";
import { Errors } from "../../types/discordeno/errors.ts";
import type { PermissionStrings } from "../../types/permissions/permission_strings.ts";
import { bigintToSnowflake } from "../../util/bigint.ts";
import { endpoints } from "../../util/constants.ts";