Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@gary50613/discord.js-command-handler

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gary50613/discord.js-command-handler - npm Package Compare versions

Comparing version 2.3.2 to 2.3.3

LICENSE

6

doc/README-zh.md

@@ -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

}
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc