Comparing version 1.3.2 to 1.3.3
{ | ||
"name": "rcommands", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
module.exports = (rClient) => { | ||
const client = rClient.discordClient | ||
console.log("RCommands > Listening for commands") | ||
client.on("message", (message) => { | ||
rClient.discord.on("message", (message) => { | ||
if(!message.content.startsWith(rClient.prefix)) return | ||
@@ -7,0 +6,0 @@ |
@@ -58,3 +58,3 @@ const PackageError = require("./PackageError") | ||
this.discordClient = client | ||
this.discord = client | ||
@@ -61,0 +61,0 @@ new CommandHandler(this) |
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
7694
112