Method: Discordrb::EmbedFooter#text

Defined in:
lib/discordrb/data/embed.rb

#textString (readonly)

Returns the footer text.

Returns:

  • (String)

    the footer text.



81
82
83
# File 'lib/discordrb/data/embed.rb', line 81

def text
  @text
end