From 6feade1ee8a250b9c24de96433b0f6c077695c60 Mon Sep 17 00:00:00 2001 From: Aaryanani01 <161431693+Aaryanani01@users.noreply.github.com> Date: Tue, 4 Jun 2024 23:32:30 +0530 Subject: [PATCH 01/21] Update README.MD --- .github/README.MD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/README.MD b/.github/README.MD index 5ff060b..083f7d5 100644 --- a/.github/README.MD +++ b/.github/README.MD @@ -2,14 +2,14 @@ ──「 ᴍɪᴄᴋᴇʏ-ᴍᴏᴜsᴇ 」──
-
+
From 12a85b95a8b55b812cb5343c52e4eaf5a687438c Mon Sep 17 00:00:00 2001
From: Aaryanani01 <161431693+Aaryanani01@users.noreply.github.com>
Date: Tue, 4 Jun 2024 23:35:16 +0530
Subject: [PATCH 03/21] Update README.MD
---
.github/README.MD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/README.MD b/.github/README.MD
index a4a715c..5a6e48e 100644
--- a/.github/README.MD
+++ b/.github/README.MD
@@ -50,10 +50,10 @@ Press `Ctrl+C` when you're done with editing env and `:wq` to save the env
From 4206b0170d6497e6437545c29b1e0c8a21f39575 Mon Sep 17 00:00:00 2001
From: Aaryanani01 <161431693+Aaryanani01@users.noreply.github.com>
Date: Tue, 4 Jun 2024 23:37:11 +0530
Subject: [PATCH 04/21] Update README.MD
---
.github/README.MD | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/.github/README.MD b/.github/README.MD
index 5a6e48e..083c895 100644
--- a/.github/README.MD
+++ b/.github/README.MD
@@ -50,10 +50,8 @@ Press `Ctrl+C` when you're done with editing env and `:wq` to save the env
From 8f7e8349f887970b2234c9b479a0bcc21f4a6002 Mon Sep 17 00:00:00 2001
From: Aaryanani01 <161431693+Aaryanani01@users.noreply.github.com>
Date: Tue, 4 Jun 2024 23:40:21 +0530
Subject: [PATCH 05/21] Update app.json
---
app.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
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.",
From 73f95ebf4fdc4d2e6443043034fd70dcfc872514 Mon Sep 17 00:00:00 2001
From: Aaryanani01 <161431693+Aaryanani01@users.noreply.github.com>
Date: Wed, 5 Jun 2024 00:05:36 +0530
Subject: [PATCH 06/21] Update config.py
---
config.py | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/config.py b/config.py
index 4e0bf00..eaf730f 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", "https://t.me/MoonXtns_Updates")
+UPDATE_CHNL = getenv("UPDATE_CHNL", "https://t.me/HeartStorys1")
+OWNER_USERNAME = getenv("OWNER_USERNAME", "its_me_Naav")
# Random Start Images
IMG = [
From 1d0add8be7964829225d96831a2cda40784faa65 Mon Sep 17 00:00:00 2001
From: Aaryanani01 <161431693+Aaryanani01@users.noreply.github.com>
Date: Wed, 5 Jun 2024 00:29:50 +0530
Subject: [PATCH 07/21] Update config.py
---
config.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.py b/config.py
index eaf730f..58c16fa 100644
--- a/config.py
+++ b/config.py
@@ -9,8 +9,8 @@
BOT_TOKEN = getenv("BOT_TOKEN", None)
OWNER_ID = int(getenv("OWNER_ID", 7171672841))
MONGO_URL = getenv("MONGO_URL", None)
-SUPPORT_GRP = getenv("SUPPORT_GRP", "https://t.me/MoonXtns_Updates")
-UPDATE_CHNL = getenv("UPDATE_CHNL", "https://t.me/HeartStorys1")
+SUPPORT_GRP = getenv("SUPPORT_GRP", "MoonXtns_Updates")
+UPDATE_CHNL = getenv("UPDATE_CHNL", "HeartStorys1")
OWNER_USERNAME = getenv("OWNER_USERNAME", "its_me_Naav")
# Random Start Images
From 8aca3e906695e791c9359f86852edabc89318e4a Mon Sep 17 00:00:00 2001
From: Aaryanani01 <161431693+Aaryanani01@users.noreply.github.com>
Date: Wed, 5 Jun 2024 00:33:08 +0530
Subject: [PATCH 08/21] Update config.py
---
config.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.py b/config.py
index 58c16fa..dbd50b4 100644
--- a/config.py
+++ b/config.py
@@ -9,8 +9,8 @@
BOT_TOKEN = getenv("BOT_TOKEN", None)
OWNER_ID = int(getenv("OWNER_ID", 7171672841))
MONGO_URL = getenv("MONGO_URL", None)
-SUPPORT_GRP = getenv("SUPPORT_GRP", "MoonXtns_Updates")
-UPDATE_CHNL = getenv("UPDATE_CHNL", "HeartStorys1")
+SUPPORT_GRP = getenv("SUPPORT_GRP", "HeartStorys1")
+UPDATE_CHNL = getenv("UPDATE_CHNL", "MoonXtns_Updates"")
OWNER_USERNAME = getenv("OWNER_USERNAME", "its_me_Naav")
# Random Start Images
From 5203fa2ded10b1da0cfe42b9816c241f90a23ce6 Mon Sep 17 00:00:00 2001
From: Aaryanani01 <161431693+Aaryanani01@users.noreply.github.com>
Date: Wed, 5 Jun 2024 07:20:36 +0530
Subject: [PATCH 09/21] Update config.py
---
config.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.py b/config.py
index dbd50b4..38c5a50 100644
--- a/config.py
+++ b/config.py
@@ -9,8 +9,8 @@
BOT_TOKEN = getenv("BOT_TOKEN", None)
OWNER_ID = int(getenv("OWNER_ID", 7171672841))
MONGO_URL = getenv("MONGO_URL", None)
-SUPPORT_GRP = getenv("SUPPORT_GRP", "HeartStorys1")
-UPDATE_CHNL = getenv("UPDATE_CHNL", "MoonXtns_Updates"")
+SUPPORT_GRP = getenv("SUPPORT_GRP", MoonXtns_Updates")
+UPDATE_CHNL = getenv("UPDATE_CHNL", "HeartStorys1")
OWNER_USERNAME = getenv("OWNER_USERNAME", "its_me_Naav")
# Random Start Images
From c38895a622adba6d0f7f5f1ebb95bbf66d712114 Mon Sep 17 00:00:00 2001
From: Aaryanani01 <161431693+Aaryanani01@users.noreply.github.com>
Date: Wed, 5 Jun 2024 07:21:27 +0530
Subject: [PATCH 10/21] Update config.py
---
config.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.py b/config.py
index 38c5a50..58c16fa 100644
--- a/config.py
+++ b/config.py
@@ -9,7 +9,7 @@
BOT_TOKEN = getenv("BOT_TOKEN", None)
OWNER_ID = int(getenv("OWNER_ID", 7171672841))
MONGO_URL = getenv("MONGO_URL", None)
-SUPPORT_GRP = getenv("SUPPORT_GRP", MoonXtns_Updates")
+SUPPORT_GRP = getenv("SUPPORT_GRP", "MoonXtns_Updates")
UPDATE_CHNL = getenv("UPDATE_CHNL", "HeartStorys1")
OWNER_USERNAME = getenv("OWNER_USERNAME", "its_me_Naav")
From 74af20fcb0d5cc1fe5700c3ac47d7fd31fadec8e Mon Sep 17 00:00:00 2001
From: Aaryanani01 <161431693+Aaryanani01@users.noreply.github.com>
Date: Wed, 5 Jun 2024 08:08:45 +0530
Subject: [PATCH 11/21] Update config.py
---
config.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.py b/config.py
index 58c16fa..9588edf 100644
--- a/config.py
+++ b/config.py
@@ -9,7 +9,7 @@
BOT_TOKEN = getenv("BOT_TOKEN", None)
OWNER_ID = int(getenv("OWNER_ID", 7171672841))
MONGO_URL = getenv("MONGO_URL", None)
-SUPPORT_GRP = getenv("SUPPORT_GRP", "MoonXtns_Updates")
+SUPPORT_GRP = getenv("SUPPORT_GRP", "HeartStorys1")
UPDATE_CHNL = getenv("UPDATE_CHNL", "HeartStorys1")
OWNER_USERNAME = getenv("OWNER_USERNAME", "its_me_Naav")
From be8971ee1e63d7cf6c6b3af870d700708dcfa3ee Mon Sep 17 00:00:00 2001
From: Aaryanani01 <161431693+Aaryanani01@users.noreply.github.com>
Date: Wed, 5 Jun 2024 08:12:12 +0530
Subject: [PATCH 12/21] Update config.py
---
config.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.py b/config.py
index 9588edf..4729829 100644
--- a/config.py
+++ b/config.py
@@ -10,7 +10,7 @@
OWNER_ID = int(getenv("OWNER_ID", 7171672841))
MONGO_URL = getenv("MONGO_URL", None)
SUPPORT_GRP = getenv("SUPPORT_GRP", "HeartStorys1")
-UPDATE_CHNL = getenv("UPDATE_CHNL", "HeartStorys1")
+UPDATE_CHNL = getenv("UPDATE_CHNL", "MoonXtns_Updates")
OWNER_USERNAME = getenv("OWNER_USERNAME", "its_me_Naav")
# Random Start Images
From ae28e77c8457ee4df0deaaf06e5553fc2a67cc9e Mon Sep 17 00:00:00 2001
From: Aaryanani01 <161431693+Aaryanani01@users.noreply.github.com>
Date: Wed, 5 Jun 2024 08:54:57 +0530
Subject: [PATCH 13/21] Update README.MD
---
.github/README.MD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/README.MD b/.github/README.MD
index 083c895..7866057 100644
--- a/.github/README.MD
+++ b/.github/README.MD
@@ -15,7 +15,7 @@
─「 ᴅᴇᴩʟᴏʏ ᴏɴ ʟᴏᴄᴀʟ ʜᴏ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 :
From c9ea58cc29d24f27083174276d80a0f3cb3cbe2c Mon Sep 17 00:00:00 2001
From: Aaryanani01 <161431693+Aaryanani01@users.noreply.github.com>
Date: Wed, 5 Jun 2024 09:01:17 +0530
Subject: [PATCH 14/21] Update Procfile
---
Procfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Procfile b/Procfile
index d6f89e3..1b7d53d 100644
--- a/Procfile
+++ b/Procfile
@@ -1 +1 @@
-worker: python3 -m Mickey
+worker: python3 -m Moon X Chat
From 81364362c966d351c20f982c8b67c0de19ddb44d Mon Sep 17 00:00:00 2001
From: Aaryanani01 <161431693+Aaryanani01@users.noreply.github.com>
Date: Wed, 5 Jun 2024 09:01:44 +0530
Subject: [PATCH 15/21] Update mickey
---
mickey | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mickey b/mickey
index 3547d54..0b2bd75 100644
--- a/mickey
+++ b/mickey
@@ -1 +1 @@
-python3 -m Mickey
+python3 -m Moon X Chat
From d981662c4d89f88c90bb2f31e457729bee96e7e7 Mon Sep 17 00:00:00 2001
From: Aaryanani01 <161431693+Aaryanani01@users.noreply.github.com>
Date: Wed, 5 Jun 2024 09:04:40 +0530
Subject: [PATCH 16/21] Update heroku.yml
---
heroku.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/heroku.yml b/heroku.yml
index a74ff7b..617a53c 100644
--- a/heroku.yml
+++ b/heroku.yml
@@ -2,5 +2,5 @@ build:
docker:
worker: Dockerfile
run:
- worker: python3 -m Mickey
+ worker: python3 -m Moon X Chat
From ab3dc65b9c2baeba6816393caa04caa90bc0fd5b Mon Sep 17 00:00:00 2001
From: Aaryanani01 <161431693+Aaryanani01@users.noreply.github.com>
Date: Wed, 5 Jun 2024 09:08:06 +0530
Subject: [PATCH 17/21] Update sample.env
---
sample.env | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
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
From 435a864a928787561114ea0fa443cd3a0009ae0b Mon Sep 17 00:00:00 2001
From: Aaryanani01 <161431693+Aaryanani01@users.noreply.github.com>
Date: Wed, 5 Jun 2024 09:10:59 +0530
Subject: [PATCH 18/21] Update README.MD
---
.github/README.MD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/README.MD b/.github/README.MD
index 7866057..69af9df 100644
--- a/.github/README.MD
+++ b/.github/README.MD
@@ -1,5 +1,5 @@
From 82d89f514d286a1da289f034601fd64dbce12f35 Mon Sep 17 00:00:00 2001
From: Aaryanani01 <161431693+Aaryanani01@users.noreply.github.com>
Date: Wed, 5 Jun 2024 09:14:29 +0530
Subject: [PATCH 19/21] Update heroku.yml
---
heroku.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/heroku.yml b/heroku.yml
index 617a53c..a74ff7b 100644
--- a/heroku.yml
+++ b/heroku.yml
@@ -2,5 +2,5 @@ build:
docker:
worker: Dockerfile
run:
- worker: python3 -m Moon X Chat
+ worker: python3 -m Mickey
From 09879884ec759c8b2c3c64343b08397f925d23f0 Mon Sep 17 00:00:00 2001
From: Aaryanani01 <161431693+Aaryanani01@users.noreply.github.com>
Date: Wed, 5 Jun 2024 09:15:57 +0530
Subject: [PATCH 20/21] Update mickey
---
mickey | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mickey b/mickey
index 0b2bd75..3547d54 100644
--- a/mickey
+++ b/mickey
@@ -1 +1 @@
-python3 -m Moon X Chat
+python3 -m Mickey
From 4c753d0588a7133af24032c30fbb3bc9da13f7f8 Mon Sep 17 00:00:00 2001
From: Aaryanani01 <161431693+Aaryanani01@users.noreply.github.com>
Date: Wed, 5 Jun 2024 09:35:09 +0530
Subject: [PATCH 21/21] Update Procfile
---
Procfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Procfile b/Procfile
index 1b7d53d..d6f89e3 100644
--- a/Procfile
+++ b/Procfile
@@ -1 +1 @@
-worker: python3 -m Moon X Chat
+worker: python3 -m Mickey