Method: Discord::Embed#video
- Defined in:
- lib/discord_notifier/embed.rb
#video(params) ⇒ Object
48 49 50 51 52 |
# File 'lib/discord_notifier/embed.rb', line 48 def video(params) raise ArgumentError, "Video Embed data must be a Hash" unless params.is_a?(Hash) @data[:video] = params end |