Method: Discordrb::EmbedProvider#url
- Defined in:
- lib/discordrb/data/embed.rb
#url ⇒ String? (readonly)
Returns the URL of the provider, or nil
if there is no URL.
189 190 191 |
# File 'lib/discordrb/data/embed.rb', line 189 def url @url end |