From fee1fdff7d03debb2e393459bfb31df3799c1963 Mon Sep 17 00:00:00 2001 From: Josh S Date: Sat, 18 Jun 2022 23:30:22 -0400 Subject: [PATCH] Update Config.js --- Config.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Config.js b/Config.js index 5a25ca9..9cccb05 100644 --- a/Config.js +++ b/Config.js @@ -1,6 +1,6 @@ module.exports = { - prefix: ["e"], // Prefixes of the bot - developers: ["764888169047916636", "756160653307412532"], //Owners of the bot - token: "OTgwNjc5NTQ3NjI2MzQ4NjE0.GBgoHE.cDDeLHcvsVDc3in53sMeS08GjsekiSPpKJWDxQ", //TOKEN - mongo: "mongodb://144.172.80.86:3465" // Mongo URI -} \ No newline at end of file + prefix: [""], // Prefixes of the bot + developers: ["", ""], //Owners of the bot + token: "", //TOKEN + mongo: "" // Mongo URI +}