(bot, user, text)
| 302 | # Ask Doubt on telegram @KingVJ01 |
| 303 | |
| 304 | async def send(bot, user, text): |
| 305 | try: |
| 306 | await bot.send_message(user, text=text) |
| 307 | except: |
| 308 | pass |
| 309 | |
| 310 | # Don't Remove Credit Tg - @VJ_Botz |
| 311 | # Subscribe YouTube Channel For Amazing Bot https://youtube.com/@Tech_VJ |
no outgoing calls
no test coverage detected