Hierarchy (View Summary, Expand)

Implements

Constructors

Properties

application: Application
client: BaseClient
logger: Logger
name: string

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

Methods

  • Parameters

    • __namedParameters: {
          channelId: string;
          emoji: string;
          guildId: string;
          messageId: string;
          mode?: "SINGLE" | "MULTIPLE";
          roles: string[];
      }

    Returns Promise<
        {
            blacklistedUsers: string[];
            channelId: string;
            createdAt: Date;
            emoji: null
            | string;
            guildId: string;
            id: number;
            isBuiltInEmoji: boolean;
            level: null | number;
            messageId: string;
            requiredPermissions: string[];
            requiredRoles: string[];
            roles: string[];
            single: boolean;
            updatedAt: Date;
        },
    >

MMNEPVFCICPMFPCPTTAAATR