forked from administration/panel
chore: edit template responses to ask user to email
parent
7f1619d33a
commit
b79a14f00c
|
@ -48,7 +48,7 @@ const template: Record<string, (ref: string) => string> = {
|
|||
"not enough evidence": (ref) =>
|
||||
`Your report (${ref}) has not been actioned at this time due to a lack of supporting evidence, if you have additional information to support your report, please either report individual relevant messages or send an email to contact@revolt.chat.`,
|
||||
clarify: (ref) =>
|
||||
`Your report (${ref}) needs clarification, please provide additional information.`,
|
||||
`Your report (${ref}) needs clarification, please provide additional information. You can report the messages again, report additional messages, or send an email to contact@revolt.chat.`,
|
||||
acknowledged: (ref) =>
|
||||
`Your report (${ref}) has been acknowledged, we will be monitoring the situation.`,
|
||||
default: (ref) =>
|
||||
|
|
Loading…
Reference in New Issue