Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AuditLogManager

Hierarchy

  • AuditLogManager

Index

Constructors

  • Parameters

    • token: string

      Bot's token

    • tokenType: string
    • version: APIVersions

      API Version

    Returns AuditLogManager

Methods

  • getGuildAuditLog(guildID: string, options: GetAuditLogOptions): Promise<AuditLog>
  • Get the Audit Logs from a guild

    Parameters

    • guildID: string

      Guild Identifiant

    • options: GetAuditLogOptions

      Options for the query string

    Returns Promise<AuditLog>

    • Guild Audit Log Object

Properties

version: APIVersions

API Version

#token: string

Bot's token

#tokenType: string

Token type

Generated using TypeDoc