chore: verbose imports

This commit is contained in:
ayntee
2020-12-22 22:59:09 +04:00
parent b353987809
commit dfe6f371d3
22 changed files with 936 additions and 937 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
import { cacheHandlers } from "../api/controllers/cache.ts";
import { Guild } from "../api/structures/guild.ts";
import { Role } from "../api/structures/role.ts";
import { botID } from "../bot.ts";
import { Guild, Role } from "../api/structures/structures.ts";
import { Permission, Permissions, RawOverwrite } from "../types/types.ts";
/** Checks if the member has this permission. If the member is an owner or has admin perms it will always be true. */