From 9d4c0dd0eb8497110f21bba5aa394c8ebb66fa0b Mon Sep 17 00:00:00 2001 From: Sai Teja Madha Date: Sat, 15 Jul 2023 00:13:24 -0700 Subject: [PATCH] enable prefix commands by default --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 77a3359a2..1b735f903 100644 --- a/config.js +++ b/config.js @@ -2,7 +2,7 @@ module.exports = { OWNER_IDS: [""], // Bot owner ID's SUPPORT_SERVER: "", // Your bot support server PREFIX_COMMANDS: { - ENABLED: false, // Enable/Disable prefix commands + ENABLED: true, // Enable/Disable prefix commands DEFAULT_PREFIX: "!", // Default prefix for the bot }, INTERACTIONS: {