From e44a7727eab3f693b53af815b5b4424eee1db505 Mon Sep 17 00:00:00 2001 From: EwoX07 <68818349+EwoX07@users.noreply.github.com> Date: Tue, 10 Aug 2021 19:44:36 +0700 Subject: [PATCH] Channel Partial enables those dms command --- base/Atlanta.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/base/Atlanta.js b/base/Atlanta.js index 1788ac3214..42a57ba07b 100644 --- a/base/Atlanta.js +++ b/base/Atlanta.js @@ -30,7 +30,10 @@ class Atlanta extends Client { ], allowedMentions: { parse: ["users"] - } + }, + partials: [ + "CHANNEL" + ], }); this.config = require("../config"); // Load the config file this.customEmojis = require("../emojis.json"); // load the bot's emojis