Updated embed prefs
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user