@gary50613/discord.js-command-handler
Advanced tools
Comparing version 2.4.2 to 2.4.3
{ | ||
"name": "@gary50613/discord.js-command-handler", | ||
"version": "2.4.2", | ||
"version": "2.4.3", | ||
"description": "simple discord.js command handler", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -34,2 +34,3 @@ const CommandManager = require("./manager/CommandManager") | ||
module.exports.Command = require("./base/Command") | ||
module.exports.Interaction = require("./base/Interaction") | ||
module.exports.Util = require("./Util") |
@@ -51,3 +51,3 @@ import { Message, MessageEmbed, Client, PermissionResolvable, GuildMember, Guild } from "discord.js" | ||
public options?: any[] | ||
public constructor(name: string, description: string, options?: string[]) | ||
public constructor(name: string, description: string, options?: any[]) | ||
public execute(bot: Client, interaction: InteractionHandler, options: any, member: GuildMember): Promise<any> | ||
@@ -54,0 +54,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28540
540