1
0
Fork 0

Update irc_bot.py

This commit is contained in:
Eric Lay 2025-07-31 19:56:05 -05:00
parent 21a102f170
commit 98bce1d640
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ class IRCBot:
"username": user,
"irc_key": irc_key,
"text": msg,
"source": "irc"
"source": "IRC"
}
headers = {
"Authorization": f"Bearer {API_TOKEN}",