mirror of
https://github.com/SrIzan10/awesome-plugins.git
synced 2026-05-01 10:35:27 +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