Update chatbot/plugins/web.py
Browse files- chatbot/plugins/web.py +3 -0
chatbot/plugins/web.py
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
from pyrogram import Client, filters
|
2 |
from pyrogram.types import *
|
3 |
from pyrogram.enums import *
|
|
|
1 |
+
import asyncio
|
2 |
+
import time
|
3 |
+
import os
|
4 |
from pyrogram import Client, filters
|
5 |
from pyrogram.types import *
|
6 |
from pyrogram.enums import *
|