randydev commited on
Commit
4c259d8
·
verified ·
1 Parent(s): d402ca6

Update chatbot/plugins/chat.py

Browse files
Files changed (1) hide show
  1. 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