From bb345defac75fa4d06a011d7906916ba5b9b0d9d Mon Sep 17 00:00:00 2001 From: Frisk Date: Thu, 2 May 2019 17:32:17 +0200 Subject: [PATCH] Oops, forgot to add new Discord field to compact messages, fixed that --- rcgcdw.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rcgcdw.py b/rcgcdw.py index 384e4cc..8b0fee9 100644 --- a/rcgcdw.py +++ b/rcgcdw.py @@ -307,6 +307,8 @@ def compact_formatter(action, change, parsed_comment, categories): field = _("XVL link") elif change["logparams"]['4:section'] == "profile-link-steam": field = _("Steam link") + elif change["logparams"]['4:section'] == "profile-link-discord": + field = _("Discord handle") else: field = _("unknown") content = _("[{author}]({author_url}) edited the {field} on [{target}]({target_url})'s profile. *({desc})*").format(author=author,