diff --git a/TypeScript/permCheck.ts b/TypeScript/permCheck.ts index c0a2692..93dd0a8 100644 --- a/TypeScript/permCheck.ts +++ b/TypeScript/permCheck.ts @@ -17,7 +17,7 @@ * ``` */ -import { PermissionResolvable } from "discord.js"; +import { PermissionResolvable, type GuildMember } from "discord.js"; import { CommandType, EventPlugin, PluginType } from "@sern/handler"; export function permCheck(perm: PermissionResolvable, response: string): EventPlugin { return {