From e4f309d0ef1811236565bc1c106421fb6121bb61 Mon Sep 17 00:00:00 2001 From: ayntee Date: Wed, 28 Oct 2020 12:40:24 -0700 Subject: [PATCH] Update permissions.ts --- src/utils/permissions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/permissions.ts b/src/utils/permissions.ts index 62d431bed..59a26870f 100644 --- a/src/utils/permissions.ts +++ b/src/utils/permissions.ts @@ -4,7 +4,7 @@ import type { Guild } from "../structures/guild.ts"; import type { Role } from "../structures/role.ts"; import type { RawOverwrite } from "../types/guild.ts"; import type { Permission } from "../types/permission.ts"; -import type { Permissions } from "../types/permission.ts"; +import { Permissions } from "../types/permission.ts"; /** Checks if the member has this permission. If the member is an owner or has admin perms it will always be true. */ export async function memberIDHasPermission(