woju
/
rcb
1
0
Fork 0

sopel: on error, reply() instead of say()

master
woju 2022-04-12 13:49:23 +00:00
parent a19bee5c3d
commit 3019c9091a
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ def _templatecmd(bot, trigger, templates):
raise AttributeError()
template = getattr(templates, trigger.group(3))
except AttributeError:
bot.say('Nie zesraj się.')
bot.reply('Nie zesraj się.')
return
bot.notice(tlib.render(template))