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(