Method: Discordrb::Events::PlayingEvent#user
- Defined in:
- lib/discordrb/events/presence.rb
#user ⇒ User (readonly)
Returns the user whose status got updated.
60 61 62 |
# File 'lib/discordrb/events/presence.rb', line 60 def user @user end |