Skip to content

Commit

Permalink
log in to fakeyou for higher priority in queue
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremynoesen committed Aug 28, 2024
1 parent d8f1516 commit 96135d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def load_wav(path, end, gain, repeat, fade, delay):
load_dotenv()
gpt = AsyncOpenAI(api_key=os.getenv("OPENAI_API_KEY"))
fy = FakeYou()
fy.login(os.getenv("FAKEYOU_USERNAME"), os.getenv("FAKEYOU_PASSWORD"))
client = discord.Client(intents=discord.Intents.default(), activity=discord.Game("/generate /status"))
tree = app_commands.CommandTree(client)
music_closing_theme = load_wav("music/closing_theme.wav", -2000, -40, True, 10000, 2000)
Expand Down

0 comments on commit 96135d4

Please sign in to comment.