social-dl/app/__main__.py
anonymousx97 89e387f2c6 v2.4.0
Whats New:
• New conversation module
• New Ban-unban, Kick, Mute-Unmute module

Fixes:
• Instagram params bug fix.
• Follow snake_case for gallery_dl

Type Hints and many more misc changes.
2023-10-23 12:48:11 +05:30

9 lines
125 B
Python

if __name__ == "__main__":
import tracemalloc
tracemalloc.start()
from app import bot
bot.run(bot.boot())