Skip to content

Commit

Permalink
renaming token to noobgpt was a disaster
Browse files Browse the repository at this point in the history
  • Loading branch information
GDjkhp committed Dec 19, 2024
1 parent 0abf300 commit 6443f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c_ai_discord.py
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ async def voice_message_hack(audio, buffer: io.BytesIO, file_size: int, ctx: com
async with aiohttp.ClientSession() as session:
# Step 1: Request upload URL
headers = {
"Authorization": f"Bot {os.getenv('TOKEN')}",
"Authorization": f"Bot {os.getenv('NOOBGPT')}",
"Content-Type": "application/json"
}
data = {
Expand Down

0 comments on commit 6443f24

Please sign in to comment.