Make it look pretty

This commit is contained in:
Robert Miles 2019-11-06 12:32:51 -05:00
parent d5c055eb9a
commit b9a82f5956
1 changed files with 1 additions and 1 deletions

View File

@ -37,4 +37,4 @@ def generate(bot,channel,nick,generator,count="1"):
res = [GENERATORS[generator]() for x in range(count)]
if generator!="idea":
res = [titlecase.titlecase(x) for x in res]
bot.say(channel,"{}: {}".format(nick,",".join(res)))
bot.say(channel,"{}: {}".format(nick,", ".join(res)))