Update chatbot/plugins/chat.py
Browse files- chatbot/plugins/chat.py +2 -0
chatbot/plugins/chat.py
CHANGED
@@ -17,6 +17,8 @@
|
|
17 |
# You should have received a copy of the GNU Affero General Public License
|
18 |
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
19 |
|
|
|
|
|
20 |
from pyrogram import *
|
21 |
from pyrogram import enums
|
22 |
from pyrogram import Client, filters
|
|
|
17 |
# You should have received a copy of the GNU Affero General Public License
|
18 |
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
19 |
|
20 |
+
import asyncio
|
21 |
+
import os
|
22 |
from pyrogram import *
|
23 |
from pyrogram import enums
|
24 |
from pyrogram import Client, filters
|