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