mirror of
https://github.com/anonymousx97/social-dl.git
synced 2025-02-20 11:13:19 +08:00
What's New: - Sort Plugins into their respective folders. - download, upload, rename commands. - Help Docstrings. - Proper Logging. - rename .exec cmd to .py
7 lines
148 B
Python
7 lines
148 B
Python
from app import LOGGER, bot
|
|
|
|
if __name__ == "__main__":
|
|
bot.run(bot.boot())
|
|
else:
|
|
LOGGER.error("Wrong Start Command.\nUse 'python -m app'")
|