From f638e0df6d0a7667d3f5a8296e6688868794f7e3 Mon Sep 17 00:00:00 2001 From: Abheek Dhawan Date: Sat, 15 May 2021 11:00:34 -0500 Subject: [PATCH] Add intents for Discord.js v13 --- bot/awesomescibo.js | 1 + 1 file changed, 1 insertion(+) diff --git a/bot/awesomescibo.js b/bot/awesomescibo.js index 0acc3ae..f596ec6 100755 --- a/bot/awesomescibo.js +++ b/bot/awesomescibo.js @@ -3,6 +3,7 @@ const Discord = require("discord.js"); const client = new Discord.Client({ partials: ["MESSAGE", "CHANNEL", "REACTION"], + intents: ["GUILDS", "GUILD_MESSAGES"] }); const fetch = require("node-fetch"); const axios = require("axios");