Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
prgofficial committed Mar 2, 2021
1 parent 36138c6 commit ea02bc5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions bot.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# @trojanzhex


from pyrogram import (
Expand Down
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# @trojanzhex


from bot import Bot

Expand Down
6 changes: 5 additions & 1 deletion plugins/filters.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
import pyrogram
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# @trojanzhex


from pyrogram.types import (
InlineKeyboardButton,
InlineKeyboardMarkup,
Expand Down

0 comments on commit ea02bc5

Please sign in to comment.