@gary50613/discord.js-command-handler
Advanced tools
Comparing version 2.3.2 to 2.3.3
@@ -52,3 +52,3 @@ # djs-command-handler | ||
// 或是一次註冊多個指令 | ||
bot.commands.register([new ping(), ..., ...]) | ||
bot.commands.register(new ping(), ..., ...) | ||
@@ -110,3 +110,3 @@ // 監聽事件 | ||
// 或是一次註冊多個指令 | ||
bot.commands.register([new ping(), ..., ...]) | ||
bot.commands.register(new ping(), ..., ...) | ||
@@ -178,2 +178,2 @@ // 監聽事件 | ||
可以發 [issue](https://github.com/Gary50613/discordjs-command-handler/issues) 給我或 | ||
加入 [我的Discord伺服器](https://discord.gg/ct2ufag) | ||
加入 [我的Discord伺服器](https://discord.gg/ct2ufag) |
{ | ||
"name": "@gary50613/discord.js-command-handler", | ||
"version": "2.3.2", | ||
"version": "2.3.3", | ||
"description": "simple discord.js command handler", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -93,3 +93,3 @@ import { Message, MessageEmbed, Client, PermissionResolvable, GuildMember, Guild } from "discord.js" | ||
*/ | ||
public register(command: Command | Command[]): this | ||
public register(...command: Command[]): this | ||
/** | ||
@@ -138,2 +138,2 @@ * @description Register commands in folder | ||
} | ||
} | ||
} |
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
Mixed license
License(Experimental) Package contains multiple licenses.
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
29042
21
536
1