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;