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