1 2 3 4 5 6 7 8
from iamai import Bot bot = Bot(hot_reload=True) if __name__ == "__main__": bot.run()