From bfe7a6bc6828b3a7f2ac26670e78b34eaeea9bc1 Mon Sep 17 00:00:00 2001 From: iceemusa3-code Date: Thu, 19 Mar 2026 07:10:33 +0100 Subject: [PATCH] Delete settings.js --- settings.js | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 settings.js diff --git a/settings.js b/settings.js deleted file mode 100644 index 369f58540..000000000 --- a/settings.js +++ /dev/null @@ -1,16 +0,0 @@ -const settings = { - packname: 'Knight Bot', - author: '‎', - botName: "Knight Bot", - botOwner: 'Professor', // Your name - ownerNumber: '919876543210', //Set your number here without + symbol, just add country code & number without any space - giphyApiKey: 'qnl7ssQChTdPjsKta2Ax2LMaGXz303tq', - commandMode: "public", - maxStoreMessages: 20, - storeWriteInterval: 10000, - description: "This is a bot for managing group commands and automating tasks.", - version: "3.0.7", - updateZipUrl: "https://github.com/mruniquehacker/Knightbot-MD/archive/refs/heads/main.zip", -}; - -module.exports = settings;