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

@silent-coder/discord-cmd-handler

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@silent-coder/discord-cmd-handler - npm Package Compare versions

Comparing version 2.0.2 to 2.1.0

17

package.json
{
"name": "@silent-coder/discord-cmd-handler",
"version": "2.0.2",
"version": "2.1.0",
"description": "This is a easy Discord js Command Handler which has Cooldown system.",

@@ -10,4 +10,6 @@ "main": "src/index.js",

},
"scripts": {
"test": "node src/index.js"
"repository": {
"type": "git",
"url": "https://github.com/BIntelligent/discord-cmd-handler.git",
"homepage": "https://github.com/BIntelligent/discord-cmd-handler/#README.md"
},

@@ -26,10 +28,5 @@ "keywords": [

],
"publishConfig": {
"access": "public",
"registry": "http://registry.npmjs.org/"
},
"url": "git://https://github.com/BIntelligent/discord-cmd-handler.git",
"repository": "https://github.com/BIntelligent/discord-cmd-handler",
"author": "BIntelligent",
"license": "MIT"
}
}

@@ -21,2 +21,3 @@ const logger = require("@greencoast/logger");

if (moduleConf) { // If there was no module.json in the folder, return.
moduleConf.name = category;
client.helps.set(category, moduleConf);

@@ -23,0 +24,0 @@ };

Sorry, the diff of this file is not supported yet

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