discordjs-cmd-handler
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -18,3 +18,3 @@ const { Client, Intents } = require("discord.js"); | ||
const setup = (token, _prefix) => { | ||
let intents = Object.values(Intents.FLAGS); | ||
let intents = [ Intents.FLAGS.GUILDS, Intents.FLAGS.GUILD_MEMBERS, Intents.FLAGS.GUILD_MESSAGES ]; | ||
client = new Client({ intents: intents }); | ||
@@ -21,0 +21,0 @@ prefix = _prefix; |
{ | ||
"name": "discordjs-cmd-handler", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"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
2169