Method: Discordrb::Events::PlayingEvent#user

Defined in:
lib/discordrb/events/presence.rb

#userUser (readonly)

Returns the user whose status got updated.

Returns:

  • (User)

    the user whose status got updated.



60
61
62
# File 'lib/discordrb/events/presence.rb', line 60

def user
  @user
end