From f98546cc782e6f47e8e69a635cf6e8b8d4fd1fa2 Mon Sep 17 00:00:00 2001 From: Frisk Date: Fri, 16 Nov 2018 15:34:23 +0100 Subject: [PATCH] Updated with new CurseProfile extension changes --- rcgcdw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rcgcdw.py b/rcgcdw.py index 05ebe8a..920f2c7 100644 --- a/rcgcdw.py +++ b/rcgcdw.py @@ -637,7 +637,7 @@ def first_pass( field=change["logparams"]['4:section'], desc=change["parsedcomment"]) elif combination == "curseprofile/comment-replied": webhook_formatter(combination, STATIC_VARS, user=change["user"], target=change["title"].split(':')[1], - commentid=change["logparams"]["4:section"]) + commentid=change["logparams"]["4:comment_id"]) elif combination == "contentmodel/change": webhook_formatter(combination, STATIC_VARS, user=change["user"], title=change["title"], desc=parsedcomment, oldmodel=change["logparams"]["oldmodel"], newmodel=change["logparams"]["newmodel"])