Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions app.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -64,4 +64,4 @@
"size": "free"
}
}
}
}
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# @trojanzhex
# @KicchaRequest


from pyrogram import (
Expand Down
14 changes: 7 additions & 7 deletions script.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class script(object):
or
* <code>/add @channelusername</code> - Links channel to your group.

<i>NOTE : You can get your channel ID from @ChannelidHEXbot </i>
<i>NOTE : You can get your channel ID from @KicchaRequest </i>


* <code>/del channelid</code> - Delinks channel from group
Expand All @@ -53,17 +53,17 @@ class script(object):
Bot will automatically search for your files and give links to that!


<b>© @TroJanzHEX</b>"""
<b>© @KicchaRequest</b>"""


ABOUT_MSG = """⭕️<b>My Name : Auto Filter Bot V2</b>
ABOUT_MSG = """⭕️<b>My Name :Kiccha Auto Filter Bot V2</b>

⭕️<b>Creater :</b> @TroJanzHEX
⭕️<b>Creater :</b> @KicchaRequest

⭕️<b>Language :</b> <code>Python3</code>
⭕️<b>Language :</b> t.me/KicchaRequest

⭕️<b>Library :</b> <a href='https://docs.pyrogram.org/'>Pyrogram 1.0.7</a>
⭕️<b>Library :</b> <a href='https://t.me/GD_FILMCLUB'>Pyrogram 1.0.7</a>

⭕️<b>Tutorial Video :</b> <a href='https://youtu.be/KQVYQAOsFYY'>Video Link</a>
⭕️<b>Main Channel :</b> <a href='https://t.me/ROCKHDMOVIES2021'>Video Link</a>

"""
2 changes: 1 addition & 1 deletion user.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# @trojanzhex
# @KicchaRequest


from pyrogram import (
Expand Down