Update chatbot/plugins/web.py
Browse files- chatbot/plugins/web.py +2 -1
chatbot/plugins/web.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
from pyrogram import Client, filters
|
2 |
-
from pyrogram.types import
|
|
|
3 |
from chatbot.plugins.database import users_collection
|
4 |
from chatbot.plugins.keyboards import get_language_keyboard
|
5 |
from chatbot.plugins.languages import LANGUAGES
|
|
|
1 |
from pyrogram import Client, filters
|
2 |
+
from pyrogram.types import *
|
3 |
+
from pyrogram.enums import *
|
4 |
from chatbot.plugins.database import users_collection
|
5 |
from chatbot.plugins.keyboards import get_language_keyboard
|
6 |
from chatbot.plugins.languages import LANGUAGES
|