mirror of
https://github.com/sciwhiz12/Janitor.git
synced 2024-11-13 00:51:26 +00:00
Fix fields for moderation/note/add
This commit is contained in:
parent
cce35cea6e
commit
66ab6b7005
|
@ -5,9 +5,9 @@
|
|||
"icon_url": "${moderation.icon_url}"
|
||||
},
|
||||
"fields": {
|
||||
"Performer": "${note_entry.performer.mention}"
|
||||
"Target": "${note_entry.target.mention}"
|
||||
"Note ID": "${note_entry.note_id}"
|
||||
"Performer": "${note_entry.performer.mention}",
|
||||
"Target": "${note_entry.target.mention}",
|
||||
"Note ID": "${note_entry.note_id}",
|
||||
"Date & Time": "${note_entry.date_time}",
|
||||
"Text": {
|
||||
"value": "${note_entry.contents}",
|
||||
|
|
Loading…
Reference in New Issue
Block a user