diff --git a/plugins/subcommandPermCheck.ts b/plugins/subcommandPermCheck.ts index ba735ab..f41aef6 100644 --- a/plugins/subcommandPermCheck.ts +++ b/plugins/subcommandPermCheck.ts @@ -30,7 +30,7 @@ * ``` * @end */ -import type { GuildMember, PermissionResolvable, TextChannel } from 'discord.js'; +import type { GuildMember, PermissionResolvable, TextChannel, PermissionsBitField } from 'discord.js'; import { type CommandType, CommandControlPlugin, controller } from '@sern/handler'; export const permsToString = (...perms: PermissionResolvable[]) => {