Telegram_VC_Bot icon indicating copy to clipboard operation
Telegram_VC_Bot copied to clipboard

Telegram Voice Chat Bot Written In Python Using Pytgcalls & Pyrogram.

Results 2 Telegram_VC_Bot issues
Sort by recently updated
recently updated
newest added

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...