Updated embed prefs

This commit is contained in:
2024-01-07 23:07:53 +01:00
parent b3d9fcbc02
commit cc2b39ff8e
3 changed files with 3 additions and 3 deletions

View File

@@ -126,7 +126,7 @@ export = {
color: wlembed.color!,
footer: {
text: "Last updated by " + user.username,
icon_url: user.avatarURL()!,
icon_url: user.avatarURL() || undefined,
},
thumbnail: wlembed.thumbnail!,
fields: fields,

View File

@@ -45,7 +45,7 @@ export = {
color: embed.color!,
footer: {
text: "Last updated by " + user.username,
icon_url: user.avatarURL()!,
icon_url: user.avatarURL() || undefined,
},
thumbnail: embed.thumbnail!,
fields: fields,