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