1
0
mirror of https://github.com/sciwhiz12/Janitor.git synced 2024-09-19 21:04:02 +00:00

Fix fields for moderation/note/add

This commit is contained in:
sciwhiz12 2020-11-30 13:27:15 +08:00
parent cce35cea6e
commit 66ab6b7005
Signed by: sciwhiz12
GPG Key ID: 622CF446534317E1

View File

@ -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}",