Update irc_bot.py
This commit is contained in:
parent
21a102f170
commit
98bce1d640
|
@ -267,7 +267,7 @@ class IRCBot:
|
|||
"username": user,
|
||||
"irc_key": irc_key,
|
||||
"text": msg,
|
||||
"source": "irc"
|
||||
"source": "IRC"
|
||||
}
|
||||
headers = {
|
||||
"Authorization": f"Bearer {API_TOKEN}",
|
||||
|
|
Loading…
Reference in New Issue