Telegram_VC_Bot
Telegram_VC_Bot copied to clipboard
Telegram Voice Chat Bot Written In Python Using Pytgcalls & Pyrogram.
Traceback (most recent call last): File "/root/Telegram_VC_Bot/main.py", line 21, in from functions import (CHAT_ID, app, get_default_service, play_song, File "/root/Telegram_VC_Bot/functions.py", line 6, in import aiofiles ModuleNotFoundError: No module named 'aiofiles' --------...
I get bot started message but commands not recognising. I gave all permission to user. config.py ``` HEROKU = False # NOTE Make it false if you're not deploying on...