diff --git a/app.json b/app.json
index ef655654..a252a51a 100644
--- a/app.json
+++ b/app.json
@@ -1,16 +1,16 @@
{
- "name": "Auto Filter Bot",
+ "name": "Kiccha Auto Filter Bot",
"description": "Kind of a filter bot where you don't have to add filters manually.",
- "logo": "https://telegra.ph/file/71aaa621508cd696ab538.jpg",
+ "logo": "https://telegra.ph/file/6c85fa605544676320f74.jpg",
"keywords": [
"Auto",
"Filter",
"Telegram Bot",
- "TroJanzHEX"
+ "KicchaRequest"
],
- "website": "https://TroJanzHEX.me",
+ "website": "https://t.me/KicchaRequest.me",
"repository": "https://github.com/TroJanzHEX/Auto-Filter-Bot-V2",
- "success_url": "https://telegram.dog/TroJanzHEX",
+ "success_url": "https://t.me/KicchaRequest",
"env": {
"TG_BOT_TOKEN": {
"description": "You Telegram Bot Token from @BotFather",
@@ -64,4 +64,4 @@
"size": "free"
}
}
-}
\ No newline at end of file
+}
diff --git a/bot.py b/bot.py
index 45b672f9..c5c9c324 100644
--- a/bot.py
+++ b/bot.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
-# @trojanzhex
+# @KicchaRequest
from pyrogram import (
diff --git a/script.py b/script.py
index 63671648..6967c549 100644
--- a/script.py
+++ b/script.py
@@ -30,7 +30,7 @@ class script(object):
or
* /add @channelusername - Links channel to your group.
-NOTE : You can get your channel ID from @ChannelidHEXbot
+NOTE : You can get your channel ID from @KicchaRequest
* /del channelid - Delinks channel from group
@@ -53,17 +53,17 @@ class script(object):
Bot will automatically search for your files and give links to that!
-© @TroJanzHEX"""
+© @KicchaRequest"""
- ABOUT_MSG = """⭕️My Name : Auto Filter Bot V2
+ ABOUT_MSG = """⭕️My Name :Kiccha Auto Filter Bot V2
-⭕️Creater : @TroJanzHEX
+⭕️Creater : @KicchaRequest
-⭕️Language : Python3
+⭕️Language : t.me/KicchaRequest
-⭕️Library : Pyrogram 1.0.7
+⭕️Library : Pyrogram 1.0.7
-⭕️Tutorial Video : Video Link
+⭕️Main Channel : Video Link
"""
diff --git a/user.py b/user.py
index 5d13fb45..95ac3b75 100644
--- a/user.py
+++ b/user.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
-# @trojanzhex
+# @KicchaRequest
from pyrogram import (