Method: Discordrb::AuditLogs#entries

Defined in:
lib/discordrb/data.rb

#entriesArray<Entry> (readonly)

Returns the entries listed in the audit logs.

Returns:

  • (Array<Entry>)

    the entries listed in the audit logs.



3921
3922
3923
# File 'lib/discordrb/data.rb', line 3921

def entries
  @entries
end