fix typo
This commit is contained in:
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)
|
||||
|
||||
Reference in New Issue
Block a user