[modsearch] Show git repo link too

master
sfan5 2020-04-06 22:01:17 +02:00
parent 6507466a31
commit 0334f86ca4
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ def mod(phenny, input):
answer = (data["title"] +
" by " + data["author"] +
" - " + data["link"])
if "source" in data:
answer += " - " + data["source"]
phenny.reply(answer)