mirror of
https://github.com/sern-handler/awesome-plugins
synced 2026-06-06 01:16:51 +00:00
fix: added missing GuildMember import (#9)
This commit is contained in:
@@ -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<CommandType.Both> {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user