Class: OnyxCord::Events::ServerMemberDeleteEvent

Inherits:
ServerMemberEvent show all
Defined in:
lib/onyxcord/events/member/delete.rb

Overview

Member leaves

Instance Attribute Summary collapse

Attributes inherited from ServerMemberEvent

#roles, #server

Attributes inherited from Event

#bot

Instance Attribute Details

#userUser (readonly)

Returns the user in question.

Returns:

  • (User)

    the user in question.



16
17
18
# File 'lib/onyxcord/events/member/delete.rb', line 16

def user
  @user
end