Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hello #3

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
d2dccd7
Update commands.py
Satyamrudra Oct 26, 2021
690be18
Update commands.py
Satyamrudra Oct 26, 2021
c4ebc80
Update commands.py
Satyamrudra Oct 27, 2021
5e3579f
Update commands.py
Satyamrudra Oct 27, 2021
583aa53
Update commands.py
Satyamrudra Oct 27, 2021
041e706
Update commands.py
Satyamrudra Oct 27, 2021
c90521a
Update commands.py
Satyamrudra Oct 27, 2021
d69b393
Update inline.py
Satyamrudra Oct 27, 2021
a1b3647
Update commands.py
Satyamrudra Oct 27, 2021
a15ddb9
Update README.md
Filmspoters Nov 2, 2021
edda03a
Update README.md
Filmspoters Nov 2, 2021
c93f513
Update README.md
Filmspoters Nov 2, 2021
f09ad9c
Update README.md
Filmspoters Nov 2, 2021
cf6620d
Update README.md
Filmspoters Nov 2, 2021
a06c744
Update README.md
Filmspoters Nov 2, 2021
5d66c4c
Update README.md
Filmspoters Nov 2, 2021
43616a3
Update README.md
Filmspoters Nov 2, 2021
ad2df9c
Update pm_filter.py
Filmspoters Nov 8, 2021
6101830
Update pm_filter.py
Lallu-lallus Nov 10, 2021
2ca9483
Update pm_filter.py
Filmspoters Nov 10, 2021
d0e33c9
Update pm_filter.py
Filmspoters Nov 10, 2021
fc65ed5
Merge pull request #1 from Lallu-lallus/patch-1
Filmspoters Nov 10, 2021
9f46433
Update commands.py
Filmspoters Nov 10, 2021
d61e3af
Update commands.py
Filmspoters Nov 10, 2021
2898f9f
Update commands.py
Filmspoters Nov 10, 2021
cbe1fb1
Update commands.py
Filmspoters Nov 10, 2021
8a58c68
Update commands.py
Filmspoters Nov 10, 2021
54dd497
Update commands.py
Filmspoters Nov 10, 2021
0f24565
Update commands.py
Filmspoters Nov 10, 2021
13dc3a3
Update commands.py
Filmspoters Nov 10, 2021
070d889
Update commands.py
Filmspoters Nov 10, 2021
4a88452
Update commands.py
Filmspoters Nov 11, 2021
b624c76
Update pm_filter.py
Filmspoters Dec 31, 2021
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
Prev Previous commit
Next Next commit
Update commands.py
  • Loading branch information
Satyamrudra authored Oct 26, 2021
commit 690be1808ee81c7570109e808b96168ed9390805
4 changes: 2 additions & 2 deletions plugins/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ async def delete(bot, message):
async def bot_info(bot, message):
buttons = [
[
InlineKeyboardButton('Update Channel', url='https://t.me/tg_bots_updates'),
InlineKeyboardButton('Source Code', url='https://github.com/Lallu-lallus/ALPHA-AUTO-FILTER-BOT')
InlineKeyboardButton('Update Channel', url='https://t.me/mainchannel12346'),
InlineKeyboardButton('Source Code', url='https://t.me/biriyanikadaaa/4')
]
]
await message.reply(text="Language : <code>Python3</code>\nLibrary : <a href='https://docs.pyrogram.org/'>Pyrogram asyncio</a>\nDEVELOPER👨🏻‍💻 : <a href='https://t.me/ivar_bonel'>Click here</a>\nUpdate Channel : <a href='https://t.me/mainchannel12346'>👉HERE👈</a> </b>", reply_markup=InlineKeyboardMarkup(buttons), disable_web_page_preview=True)