DisBot
    Preparing search index...
    default: {
        id: string;
        options: {
            botPermissions: bigint[];
            cooldown: number;
            isGuildOwner: boolean;
            once: boolean;
            permission: PermissionType;
            userHasOnePermission: boolean;
            userPermissions: bigint[];
        };
        execute(
            interaction: UserSelectMenuInteraction,
            client: ExtendedClient,
        ): Promise<InteractionResponse<boolean>>;
    }

    Type Declaration

    • id: string
    • options: {
          botPermissions: bigint[];
          cooldown: number;
          isGuildOwner: boolean;
          once: boolean;
          permission: PermissionType;
          userHasOnePermission: boolean;
          userPermissions: bigint[];
      }
    • execute: function