Skip to content

Omit Recording URL when it's not a URL

Jose V. Trigueros requested to merge recording-url-bug into master

This change checks the recording.url against the regex provided by the MessageEmbed class to determine if the URL is valid. Otherwise it doesn't set the Embed's url field. This was brought up by one of the users of PawaLite. PawaLite recordings use a file path instead of a URL.

Merge request reports