main.py 69 B

12345
  1. from bot import twitch_bot
  2. bot = twitch_bot('twitch_bot')
  3. bot.run()