mirror of
https://github.com/anonymousx97/social-dl.git
synced 2025-02-20 11:13:19 +08:00
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.
9 lines
125 B
Python
9 lines
125 B
Python
if __name__ == "__main__":
|
|
import tracemalloc
|
|
|
|
tracemalloc.start()
|
|
|
|
from app import bot
|
|
|
|
bot.run(bot.boot())
|