fix: forgor (#253)
This commit is contained in:
parent
eb1b202566
commit
4a332bb77b
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ export function parseContent(
|
|||
args: ParseValue
|
||||
): ConfigDiscordContent & { url: string } {
|
||||
return {
|
||||
content: parseString(content.content, args),
|
||||
content: content.content ? parseString(content.content, args) : null,
|
||||
embed: content.embed
|
||||
? {
|
||||
title: content.embed.title ? parseString(content.embed.title, args) : null,
|
||||
|
|
Loading…
Reference in a new issue