discordjs-cmd-handler
Advanced tools
Comparing version 2.0.5 to 2.0.6
@@ -35,3 +35,3 @@ const { Client, Intents } = require("discord.js"); | ||
if (!msg.content.split("")[0]) return; | ||
commands.forEach(v => { if (cmd == prefix + c.name) c.func({ cmd:cmd, args:args, msg:msg }) }); | ||
commands.forEach(c => { if (cmd == prefix + c.name) c.func({ cmd:cmd, args:args, msg:msg }) }); | ||
}); | ||
@@ -38,0 +38,0 @@ |
{ | ||
"name": "discordjs-cmd-handler", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "A simple Discord.js command handler.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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