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

    • content: string
    • __namedParameters: {
          remindAfter?: number;
          user?: User;
          userId?: string;
      }
      • OptionalremindAfter?: number
      • Optionaluser?: User
      • OptionaluserId?: string

    Returns Promise<string>

""