mirror of
https://github.com/sern-handler/awesome-plugins
synced 2026-06-06 01:16:51 +00:00
fix: add missing import "PermissionsBitField" (#117)
Update subcommandPermCheck.ts
This commit is contained in:
@@ -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[]) => {
|
||||
|
||||
Reference in New Issue
Block a user