social-dl/app/__main__.py

7 lines
148 B
Python
Raw Permalink Normal View History

from app import LOGGER, bot
if __name__ == "__main__":
bot.run(bot.boot())
else:
LOGGER.error("Wrong Start Command.\nUse 'python -m app'")