This commit is contained in:
janderedev 2022-05-07 21:33:20 +02:00
parent 2edc1581f4
commit bb79b9d4ab
Signed by: Lea
GPG key ID: 5D5E18ACB990F57A

View file

@ -9,7 +9,6 @@ export default class GenericEmbed {
if (embed.url) this.url = embed.url;
else if (embed.author?.url) this.url = embed.author.url;
if (!this.icon?.match(/^http(s)?\:\/\//)) this.url = undefined;
if (this.title && embed.author?.iconURL) this.icon = embed.author.iconURL;