mirror of
https://github.com/fmhy/edit.git
synced 2026-01-18 01:41:52 +11:00
LF contact field in embed
This commit is contained in:
parent
ccaa662813
commit
84337b7b1d
2 changed files with 2 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ export default defineEventHandler(async (event) => {
|
|||
throw new Error("Invalid input.");
|
||||
|
||||
let description = `${message}\n\n`;
|
||||
if (contact) description += `**Contact:** ${contact}`;
|
||||
if (contact) description += `**Contact:** ${contact}\n`;
|
||||
if (page) description += `**Page:** \`${page}\``;
|
||||
|
||||
await fetcher()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue