1 2 3 4 5 6 7 8
import os from .moyaiBot import moyai TOKEN = os.getenv("TOKEN") def main(): moyai.run(TOKEN)