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 message.startswith(".art"):
|
||||
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.run('irc.rizon.net', tls=True, tls_verify=True)
|
||||
|
Loading…
x
Reference in New Issue
Block a user