diff --git a/.github/README.MD b/.github/README.MD index 5ff060b..69af9df 100644 --- a/.github/README.MD +++ b/.github/README.MD @@ -1,25 +1,25 @@

- ──「 ᴍɪᴄᴋᴇʏ-ᴍᴏᴜsᴇ 」── + ──[ 𝗠𝗢𝗢𝗡 🇽 𝗖𝗛𝗔𝗧 ]──

- +

─「 ᴅᴇᴩʟᴏʏ ᴏɴ ʜᴇʀᴏᴋᴜ 」─

-

+

─「 ᴅᴇᴩʟᴏʏ ᴏɴ ʟᴏᴄᴀʟ ʜᴏsᴛ/ᴠᴘs 」─

-- Get your [Necessary Variables](https://github.com/Devarora-0981/Mickey/blob/Dev/sample.env) +- Get your [Necessary Variables](https://github.com/Aaryanani01/MoonXChat.git) - Upgrade and Update by : `sudo apt-get update && sudo apt-get upgrade -y` - Clone the repository by : -`git clone https://github.com/Devarora-0981/Mickey && cd Mickey` +`git clone https://github.com/Aaryanani01/MoonXChat.git` - Install requirements by : `pip3 install -U -r requirements.txt` - Fill your variables in the env by : @@ -37,7 +37,7 @@ Press `Ctrl+C` when you're done with editing env and `:wq` to save the env

──「 ᴅᴇᴍᴏ ʀᴏʙᴏᴛ 」──

ᴀʟʟ ᴛʜᴇ ᴄᴜsᴛᴏᴍɪsᴀᴛɪᴏɴs ᴀʀᴇ ᴀᴠᴀɪʟᴀʙʟᴇ. ᴊᴜsᴛ ᴄʜᴇᴄᴋᴏᴜᴛ ᴛʜᴇ ʀᴇᴘᴏ ᴀɴᴅ ᴠᴀʀɪᴀʙʟᴇs. -

+

──「 sᴜᴘᴘᴏʀᴛ 」──

@@ -45,15 +45,13 @@ Press `Ctrl+C` when you're done with editing env and `:wq` to save the env

──「 ʀᴇᴘᴏ sᴛᴀᴛs 」──

- +

──「 sᴘᴇᴄɪᴀʟ ᴛʜᴀɴᴋs 」──

-- [ᴘʀᴀɴᴀᴠ ᴀᴊᴀʏ](https://github.com/Moezilla) -- [ᴀɴᴏɴʏᴍᴏᴜs](https://github.com/AnonymousX1025) -- [ᴀʙɪsʜɴᴏɪ](https://t.me/Abishnoi1m) -- [ʜʏᴘᴇʀ ᴋɪɴɢ](https://t.me/HYPER_AD13) +- [CHANNEL](https://t.me/HeartStorys1) +- [EVIL ASTRA](https://t.me/ASTRA_SQL) diff --git a/app.json b/app.json index ac9c8b3..a3696ab 100644 --- a/app.json +++ b/app.json @@ -1,7 +1,7 @@ { - "name": "Mickey Bot", + "name": "moon X chat bot", "description": "A telegram bot", - "logo": "https://te.legra.ph/file/dc32c85de4f1ad9b3456b.jpg", + "logo": "https://telegra.ph/file/c8b2bd5b82d57f357dff5.jpg", "keywords": [ "Chatbot", "mongodb", @@ -11,7 +11,7 @@ "buildpacks": [{ "url": "heroku/python" }], - "repository": "https://github.com/Devarora-0981/Mickey", + "repository": "https://github.com/Aaryanani01/MoonXChat.git", "env": { "API_ID": { "description": "Get this value from my.telegram.org/apps.", diff --git a/config.py b/config.py index 4e0bf00..4729829 100644 --- a/config.py +++ b/config.py @@ -4,14 +4,14 @@ load_dotenv() -API_ID = int(getenv("API_ID", 27353035)) -API_HASH = getenv("API_HASH", "cf2a75861140ceb746c7796e07cbde9e") +API_ID = int(getenv("API_ID", 28765749)) +API_HASH = getenv("API_HASH", "eda79401b2cd468da28664b5802f1bbc") BOT_TOKEN = getenv("BOT_TOKEN", None) -OWNER_ID = int(getenv("OWNER_ID", 5350929381)) +OWNER_ID = int(getenv("OWNER_ID", 7171672841)) MONGO_URL = getenv("MONGO_URL", None) -SUPPORT_GRP = getenv("SUPPORT_GRP", "Nexa_Verse") -UPDATE_CHNL = getenv("UPDATE_CHNL", "DadEyeBotz") -OWNER_USERNAME = getenv("OWNER_USERNAME", "Dev_Arora_0981") +SUPPORT_GRP = getenv("SUPPORT_GRP", "HeartStorys1") +UPDATE_CHNL = getenv("UPDATE_CHNL", "MoonXtns_Updates") +OWNER_USERNAME = getenv("OWNER_USERNAME", "its_me_Naav") # Random Start Images IMG = [ diff --git a/sample.env b/sample.env index 12a25a5..bac2fce 100644 --- a/sample.env +++ b/sample.env @@ -1,4 +1,4 @@ BOT_TOKEN= -OWNER_ID=5350929381 -MONGO_URL=mongodb+srv://public:abishnoimf@cluster0.rqk6ihd.mongodb.net/?retryWrites=true&w=majority -OWNER_USERNAME=Dev_Arora_0981 +OWNER_ID=7171672841 +MONGO_URL=mongodb+srv://vikashgup87:EDRIe3bdEq85Pdpl@cluster0.pvoygcu.mongodb.net/?retryWrites=true&w=majority +OWNER_USERNAME=its_me_Naav