Merge branch 'next' of https://github.com/discordeno/discordeno into getters

This commit is contained in:
ayntee
2020-12-26 19:46:17 +04:00
39 changed files with 973 additions and 961 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { cacheHandlers } from "../api/controllers/cache.ts";
import { botID } from "../bot.ts";
import { Guild, Role } from "../api/structures/structures.ts";
import { botID } from "../bot.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. */