fix typo
This commit is contained in:
parent
afb75c496a
commit
c6220d0ebd
2
bot.py
2
bot.py
@ -26,7 +26,7 @@ class RadioBot(pydle.Client):
|
|||||||
if source != self.nickname:
|
if source != self.nickname:
|
||||||
if message.startswith(".art"):
|
if message.startswith(".art"):
|
||||||
art = getArt()
|
art = getArt()
|
||||||
await self.message(target, '"' + art['title'] + '" ' + art['objectDate'] + '" ' + art['primaryImage'])
|
await self.message(target, '"' + art['title'] + '" ' + art['objectDate'] + ' ' + art['primaryImage'])
|
||||||
|
|
||||||
client = RadioBot('ArtBot', realname='ArtBot')
|
client = RadioBot('ArtBot', realname='ArtBot')
|
||||||
client.run('irc.rizon.net', tls=True, tls_verify=True)
|
client.run('irc.rizon.net', tls=True, tls_verify=True)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user