from base import LOGGER, userBot

if __name__ == "__main__":
    userBot().run()
