mirror of
https://gitlab.com/chicken-riders/RcGcDw.git
synced 2025-02-23 00:24:09 +00:00
Fixed the wrong order in the message
This commit is contained in:
parent
4c0f918a4b
commit
fe6ec4b893
|
@ -583,8 +583,8 @@ def first_pass(
|
|||
webhook_formatter(combination, STATIC_VARS, user=change["user"], title=change["title"], desc=parsedcomment,
|
||||
target=change["logparams"]["target_title"])
|
||||
elif combination == "protect/move_prot":
|
||||
webhook_formatter(combination, STATIC_VARS, user=change["user"], title=change["title"], desc=parsedcomment,
|
||||
target=change["logparams"]["oldtitle_title"])
|
||||
webhook_formatter(combination, STATIC_VARS, user=change["user"], title=change["logparams"]["oldtitle_title"], desc=parsedcomment,
|
||||
target=change["title"])
|
||||
elif combination == "block/block":
|
||||
webhook_formatter(combination, STATIC_VARS, user=change["user"], blocked_user=change["title"],
|
||||
desc=parsedcomment, duration=change["logparams"]["duration"])
|
||||
|
|
Loading…
Reference in a new issue