Struct representing a Discord embed provider.
Name of the provider
URL of provider
@type name() :: String.t() | nil
@type t() :: %Nostrum.Struct.Embed.Provider{name: name(), url: url()}
@type url() :: String.t() | nil