Hierarchy (view full)

Implements

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

    • __namedParameters: {
          channelId: string;
          emoji: string;
          guildId: string;
          messageId: string;
          mode?: "SINGLE" | "MULTIPLE";
          roles: string[];
      }
      • channelId: string
      • emoji: string
      • guildId: string
      • messageId: string
      • Optionalmode?: "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;
    }>

""