Hierarchy (view full)

Constructors

Properties

application: Application
client: BaseClient<boolean>
logger: Logger
name: string

Returns the name of the function. Function names are read-only and can not be changed.

Methods

  • Parameters

    • guildId: string
    • memberId: string
    • ip: string
    • token: string

    Returns Promise<{
        error: string;
        success?: undefined;
    } | {
        error: undefined;
        success: boolean;
    }>

""