Skip to content

Commit

Permalink
fix: wrong bot ID
Browse files Browse the repository at this point in the history
  • Loading branch information
ultralapse committed Jun 9, 2024
1 parent 7df2d50 commit 3ffc209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def invoke_llm(input, token):

print(token)

url = f"https://discord.com/api/webhooks/1248706794008870967/{token}/messages/@original"
url = f"https://discord.com/api/webhooks/1241285489969856514/{token}/messages/@original"

# JSON data to send with the request
data = {
Expand Down

0 comments on commit 3ffc209

Please sign in to comment.